summaryrefslogtreecommitdiff
path: root/devel/nbitools/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'devel/nbitools/patches/patch-ag')
-rw-r--r--devel/nbitools/patches/patch-ag10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/nbitools/patches/patch-ag b/devel/nbitools/patches/patch-ag
index 69c99f8eb65..17fdcac4acd 100644
--- a/devel/nbitools/patches/patch-ag
+++ b/devel/nbitools/patches/patch-ag
@@ -1,13 +1,13 @@
-$NetBSD: patch-ag,v 1.1 2004/02/21 07:09:50 xtraeme Exp $
+$NetBSD: patch-ag,v 1.2 2004/12/28 10:30:58 minskim Exp $
---- config/imake/imake.c.orig 2004-02-21 08:05:07.000000000 +0100
-+++ config/imake/imake.c 2004-02-21 08:05:34.000000000 +0100
-@@ -145,7 +145,7 @@
+--- config/imake/imake.c.orig 2002-02-13 10:32:00.000000000 -0600
++++ config/imake/imake.c
+@@ -145,7 +145,7 @@ in this Software without prior written a
* #include INCLUDE_IMAKEFILE
* <add any global targets like 'clean' and long dependencies>
*/
-#if defined(__FreeBSD__) || defined(__NetBSD__)
-+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__)
++#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__) || defined(__linux__)
/* This needs to be before _POSIX_SOURCE gets defined */
# include <sys/param.h>
# include <sys/types.h>