summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-02-07 18:31:57 +0000
committerjlam <jlam@pkgsrc.org>2006-02-07 18:31:57 +0000
commitfd00cb48aaa1e9c0e9a6bab81097715b060567b3 (patch)
tree56b4722488077ea6fc7d72a02ce056a2f2054443 /devel
parenta70acf431b5121f0a5d816866816ba3cc1501967 (diff)
downloadpkgsrc-fd00cb48aaa1e9c0e9a6bab81097715b060567b3.tar.gz
Welcome to the brave new world of gettext-0.14.5 -- if a source file
includes <libintl.h>, then we must ensure that the resulting object is linked against -lintl. This ensures that the correct *printf() functions are used across all platforms.
Diffstat (limited to 'devel')
-rw-r--r--devel/gmake/distinfo3
-rw-r--r--devel/gmake/patches/patch-ag13
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/gmake/distinfo b/devel/gmake/distinfo
index 3b9498cdb2f..79bdd8591f6 100644
--- a/devel/gmake/distinfo
+++ b/devel/gmake/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2005/02/23 22:24:15 agc Exp $
+$NetBSD: distinfo,v 1.13 2006/02/07 18:31:57 jlam Exp $
SHA1 (make-3.80.tar.gz) = 12cd7822d9cd7c1f12cc50df87366ec61915a277
RMD160 (make-3.80.tar.gz) = c89488af208e5871d199857600f16e156de03cd7
@@ -9,3 +9,4 @@ SHA1 (patch-ac) = 6362dee903d013d4f1d0c3e81bd15107fe796a5b
SHA1 (patch-ad) = 7874662cb9345c4107fcc2aab7184ccd4c93090d
SHA1 (patch-ae) = 7baeabf65a5ceee682134edf90654c53bfb9ee11
SHA1 (patch-af) = 40b0298a2b9d62ea127e07fcb317c1e38d86a35b
+SHA1 (patch-ag) = 8aa14e44c82c8ac21085ad3c5e82b84b4447012e
diff --git a/devel/gmake/patches/patch-ag b/devel/gmake/patches/patch-ag
new file mode 100644
index 00000000000..1e2fb18fe41
--- /dev/null
+++ b/devel/gmake/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2006/02/07 18:31:57 jlam Exp $
+
+--- Makefile.in.orig 2002-10-03 22:56:12.000000000 -0400
++++ Makefile.in
+@@ -209,7 +209,7 @@ inst_group = @KMEM_GROUP@
+ noinst_PROGRAMS = loadavg
+ loadavg_SOURCES = loadavg.c
+ loadavg_CFLAGS = -DTEST
+-loadavg_LDADD = @GETLOADAVG_LIBS@
++loadavg_LDADD = @GETLOADAVG_LIBS@ @LIBINTL@
+
+ # > check-regression
+ #