pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/nbitools Correct a preprocessor directive to mak...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ff93cd7ff23
branches:  trunk
changeset: 492161:8ff93cd7ff23
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Apr 05 15:22:11 2005 +0000

description:
Correct a preprocessor directive to make this package build on Darwin.
Patch provided by MOCHIDA Shuji in PR pkg/29889.

diffstat:

 devel/nbitools/distinfo         |  4 ++--
 devel/nbitools/patches/patch-ah |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 15d2f3189fdb -r 8ff93cd7ff23 devel/nbitools/distinfo
--- a/devel/nbitools/distinfo   Tue Apr 05 15:02:44 2005 +0000
+++ b/devel/nbitools/distinfo   Tue Apr 05 15:22:11 2005 +0000
@@ -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-ae) = 0a0acf8798055a7b1b292e8d2edf998857641550
 SHA1 (patch-af) = 9a7e4bd19863d086a1e57f1cd9484b05189cbda6
 SHA1 (patch-ag) = cd7da1a5c47fc37ee8ade78903cc9195219a4c66
-SHA1 (patch-ah) = ba2e9d00279d44635b2043b642a0407b84329643
+SHA1 (patch-ah) = 4fc71b5dbf370f3d48b4b0ed95fef3cc249434c5
diff -r 15d2f3189fdb -r 8ff93cd7ff23 devel/nbitools/patches/patch-ah
--- a/devel/nbitools/patches/patch-ah   Tue Apr 05 15:02:44 2005 +0000
+++ b/devel/nbitools/patches/patch-ah   Tue Apr 05 15:22:11 2005 +0000
@@ -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 @@
  #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__



Home | Main Index | Thread Index | Old Index