diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-13 20:15:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-13 20:15:46 +0000 |
commit | 100980452b1d69e9dc1b39f693f4181125059504 (patch) | |
tree | 7f40efecdd32493439a3f4d7cf3f359d0267dd51 /devel/gmake/patches | |
parent | 8d0ff9668d434f07ad5c2a2ee3958abee03c6065 (diff) | |
download | pkgsrc-100980452b1d69e9dc1b39f693f4181125059504.tar.gz |
Try to compile with system-provided libintl, if possible.
Patch by Patrick Welche in pkg/11991.
Diffstat (limited to 'devel/gmake/patches')
-rw-r--r-- | devel/gmake/patches/patch-aa | 28 |
1 files changed, 25 insertions, 3 deletions
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 |