diff options
Diffstat (limited to 'devel/xxgdb/patches/patch-ac')
-rw-r--r-- | devel/xxgdb/patches/patch-ac | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/devel/xxgdb/patches/patch-ac b/devel/xxgdb/patches/patch-ac index 753b2f22238..385205c3212 100644 --- a/devel/xxgdb/patches/patch-ac +++ b/devel/xxgdb/patches/patch-ac @@ -1,17 +1,16 @@ -$NetBSD: patch-ac,v 1.4 2005/04/01 16:08:10 minskim Exp $ +$NetBSD: patch-ac,v 1.5 2007/07/28 00:00:02 joerg Exp $ ---- regex.c.orig Wed Apr 19 11:58:00 1995 +--- regex.c.orig 1995-04-19 16:58:00.000000000 +0000 +++ regex.c -@@ -114,7 +114,7 @@ what you give them. Help stamp out sof +@@ -114,15 +114,12 @@ what you give them. Help stamp out sof * Date : July 27, 1990 */ -#ifndef NeXT -+#if !defined(NeXT) && !defined(__APPLE__) - #include <malloc.h> - #endif +-#include <malloc.h> +-#endif #include <string.h> -@@ -122,7 +122,7 @@ what you give them. Help stamp out sof + #include <stdio.h> #include <stdlib.h> #include <assert.h> |