summaryrefslogtreecommitdiff
path: root/devel/nbitools
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-04-05 15:22:11 +0000
committerminskim <minskim@pkgsrc.org>2005-04-05 15:22:11 +0000
commit6915b4810050716951ad24e5987881ba9b262093 (patch)
tree70e942f0812285b5a5a08b90173ea1c565efb772 /devel/nbitools
parent3d9dfff7886276a1841a2980c766b32638931066 (diff)
downloadpkgsrc-6915b4810050716951ad24e5987881ba9b262093.tar.gz
Correct a preprocessor directive to make this package build on Darwin.
Patch provided by MOCHIDA Shuji in PR pkg/29889.
Diffstat (limited to 'devel/nbitools')
-rw-r--r--devel/nbitools/distinfo4
-rw-r--r--devel/nbitools/patches/patch-ah4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/nbitools/distinfo b/devel/nbitools/distinfo
index 43c0f511494..8be83cfeeba 100644
--- a/devel/nbitools/distinfo
+++ b/devel/nbitools/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 22:24:21 agc Exp $
+$NetBSD: distinfo,v 1.6 2005/04/05 15:22:11 minskim Exp $
SHA1 (nbitools-R6.3.tar.gz) = 0f6751417d7ef412be04611fbe4f56386a04322a
RMD160 (nbitools-R6.3.tar.gz) = 047f64b113a0307b045573bfe429b59063ae38ea
@@ -10,4 +10,4 @@ SHA1 (patch-ad) = b0c18505891834182c57819489b7d9890802d550
SHA1 (patch-ae) = 0a0acf8798055a7b1b292e8d2edf998857641550
SHA1 (patch-af) = 9a7e4bd19863d086a1e57f1cd9484b05189cbda6
SHA1 (patch-ag) = cd7da1a5c47fc37ee8ade78903cc9195219a4c66
-SHA1 (patch-ah) = ba2e9d00279d44635b2043b642a0407b84329643
+SHA1 (patch-ah) = 4fc71b5dbf370f3d48b4b0ed95fef3cc249434c5
diff --git a/devel/nbitools/patches/patch-ah b/devel/nbitools/patches/patch-ah
index baa87fb13ee..8fdb416483a 100644
--- a/devel/nbitools/patches/patch-ah
+++ b/devel/nbitools/patches/patch-ah
@@ -1,4 +1,4 @@
-$NetBSD: patch-ah,v 1.1 2004/02/21 07:09:50 xtraeme Exp $
+$NetBSD: patch-ah,v 1.2 2005/04/05 15:22:11 minskim Exp $
--- config/imake/imakemdep.h.orig 2004-02-21 08:06:05.000000000 +0100
+++ config/imake/imakemdep.h 2004-02-21 08:06:50.000000000 +0100
@@ -7,7 +7,7 @@ $NetBSD: patch-ah,v 1.1 2004/02/21 07:09:50 xtraeme Exp $
#define DEFAULT_CPP "/usr/ccs/lib/cpp"
#endif
-#ifdef __bsdi__
-+#ifdef __bsdi__ || defined(__APPLE__)
++#if defined(__bsdi__) || defined(__APPLE__)
#define DEFAULT_CPP "/usr/bin/cpp"
#endif
#ifdef __uxp__