diff options
author | minskim <minskim> | 2004-12-28 10:30:58 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-28 10:30:58 +0000 |
commit | 57ef49e6b3280f03f4a99a449b5330cf87306101 (patch) | |
tree | f933d4fa27c2b7468fc62d31d22cc617ead33649 /devel | |
parent | 0b68197db19a228b2fb6f1781ab727cd2278d6e2 (diff) | |
download | pkgsrc-57ef49e6b3280f03f4a99a449b5330cf87306101.tar.gz |
Include sys/stat.h to use "struct stat" on Linux.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/nbitools/distinfo | 4 | ||||
-rw-r--r-- | devel/nbitools/patches/patch-ag | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/nbitools/distinfo b/devel/nbitools/distinfo index 83cac3f6797..01583a1bc16 100644 --- a/devel/nbitools/distinfo +++ b/devel/nbitools/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2004/04/29 18:59:25 minskim Exp $ +$NetBSD: distinfo,v 1.4 2004/12/28 10:30:58 minskim Exp $ SHA1 (nbitools-R6.3.tar.gz) = 0f6751417d7ef412be04611fbe4f56386a04322a Size (nbitools-R6.3.tar.gz) = 435764 bytes @@ -8,5 +8,5 @@ SHA1 (patch-ac) = 4cb8804bae2d7e815b36640c55789b5ed7b7fb75 SHA1 (patch-ad) = b0c18505891834182c57819489b7d9890802d550 SHA1 (patch-ae) = 0a0acf8798055a7b1b292e8d2edf998857641550 SHA1 (patch-af) = 9a7e4bd19863d086a1e57f1cd9484b05189cbda6 -SHA1 (patch-ag) = a7b49c572db220802bb084e586bc6fe0cae87982 +SHA1 (patch-ag) = cd7da1a5c47fc37ee8ade78903cc9195219a4c66 SHA1 (patch-ah) = ba2e9d00279d44635b2043b642a0407b84329643 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> |