summaryrefslogtreecommitdiff
path: root/devel/gmake
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-03-13 20:15:46 +0000
committerwiz <wiz@pkgsrc.org>2001-03-13 20:15:46 +0000
commit100980452b1d69e9dc1b39f693f4181125059504 (patch)
tree7f40efecdd32493439a3f4d7cf3f359d0267dd51 /devel/gmake
parent8d0ff9668d434f07ad5c2a2ee3958abee03c6065 (diff)
downloadpkgsrc-100980452b1d69e9dc1b39f693f4181125059504.tar.gz
Try to compile with system-provided libintl, if possible.
Patch by Patrick Welche in pkg/11991.
Diffstat (limited to 'devel/gmake')
-rw-r--r--devel/gmake/files/patch-sum8
-rw-r--r--devel/gmake/patches/patch-aa28
2 files changed, 29 insertions, 7 deletions
diff --git a/devel/gmake/files/patch-sum b/devel/gmake/files/patch-sum
index 1c864cc7053..3b97048d2a1 100644
--- a/devel/gmake/files/patch-sum
+++ b/devel/gmake/files/patch-sum
@@ -1,5 +1,5 @@
-$NetBSD: patch-sum,v 1.3 2001/02/27 08:48:15 tron Exp $
+$NetBSD: patch-sum,v 1.4 2001/03/13 20:15:46 wiz Exp $
-MD5 (patch-aa) = d9f7b39fe6502be5118c39b26642f387
-MD5 (patch-ab) = 849012df2dff4ca268f2cc5ae7c5f94c
-MD5 (patch-ac) = c58acacfb8cf95f416bd26c460118705
+SHA1 (patch-aa) = 1ee1298fcd4dddcc632948aeda046d1df115319f
+SHA1 (patch-ab) = 40d3a68312743d5994d2cb137579d2f3be28320e
+SHA1 (patch-ac) = b5cb517d1ea11692203b3d1fbc6cec19e5c11660
diff --git a/devel/gmake/patches/patch-aa b/devel/gmake/patches/patch-aa
index 69544f1afff..1814c79cc03 100644
--- a/devel/gmake/patches/patch-aa
+++ b/devel/gmake/patches/patch-aa
@@ -1,8 +1,30 @@
-$NetBSD: patch-aa,v 1.6 2001/02/27 08:48:15 tron Exp $
+$NetBSD: patch-aa,v 1.7 2001/03/13 20:15:47 wiz Exp $
--- configure.orig Fri Jun 23 18:09:54 2000
-+++ configure Tue Feb 27 09:31:08 2001
-@@ -2851,12 +2851,12 @@
++++ configure
+@@ -2528,7 +2528,7 @@
+ # Check whether --with-included-gettext or --without-included-gettext was given.
+ if test "${with_included_gettext+set}" = set; then
+ withval="$with_included_gettext"
+- with_included_gettext=yes
++ with_included_gettext=$withval
+ else
+ with_included_gettext=maybe
+ fi
+@@ -2669,12 +2669,8 @@
+
+ int main() {
+
+-#if __USE_GNU_GETTEXT
+ extern int _nl_msg_cat_cntr;
+ return _nl_msg_cat_cntr;
+-#else
+-not GNU gettext
+-#endif
+
+ ; return 0; }
+ EOF
+@@ -2851,12 +2847,12 @@
if test "x$prefix" = xNONE; then
cat >> confdefs.h <<EOF