From 57ef49e6b3280f03f4a99a449b5330cf87306101 Mon Sep 17 00:00:00 2001 From: minskim Date: Tue, 28 Dec 2004 10:30:58 +0000 Subject: Include sys/stat.h to use "struct stat" on Linux. --- devel/nbitools/distinfo | 4 ++-- devel/nbitools/patches/patch-ag | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'devel/nbitools') 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 * */ -#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 # include -- cgit v1.2.3