summaryrefslogtreecommitdiff
path: root/devel/nbitools/patches
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-12-28 10:30:58 +0000
committerminskim <minskim@pkgsrc.org>2004-12-28 10:30:58 +0000
commit48c25be4e37c5e9a371955024971d16a1e95d7a9 (patch)
treef933d4fa27c2b7468fc62d31d22cc617ead33649 /devel/nbitools/patches
parentf136a1f9473bc8a96cd8e69de7066a2e3e7be5ee (diff)
downloadpkgsrc-48c25be4e37c5e9a371955024971d16a1e95d7a9.tar.gz
Include sys/stat.h to use "struct stat" on Linux.
Diffstat (limited to 'devel/nbitools/patches')
-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>