diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-31 22:30:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-31 22:30:02 +0000 |
commit | ac3d4d96f39f3bff67bd53f1fc216600725f781e (patch) | |
tree | 57d77961f885de0dd1696178795513580b71234e /net | |
parent | dd68399776b165fe42c8691e088c14c9a38ccb32 (diff) | |
download | pkgsrc-ac3d4d96f39f3bff67bd53f1fc216600725f781e.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 'net')
-rw-r--r-- | net/ORBit/distinfo | 4 | ||||
-rw-r--r-- | net/ORBit/patches/patch-ad | 13 |
2 files changed, 13 insertions, 4 deletions
diff --git a/net/ORBit/distinfo b/net/ORBit/distinfo index e468e311aac..68044a4fccf 100644 --- a/net/ORBit/distinfo +++ b/net/ORBit/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.28 2006/03/12 18:13:53 jschauma Exp $ +$NetBSD: distinfo,v 1.29 2006/03/31 22:30:02 jlam Exp $ SHA1 (ORBit-0.5.17.tar.bz2) = c8b2daef43b028d65d0ab82f0a88558942be6217 RMD160 (ORBit-0.5.17.tar.bz2) = 9087d6659adbd0066d76a3eed5cc2799de640df4 @@ -6,7 +6,7 @@ Size (ORBit-0.5.17.tar.bz2) = 1065003 bytes SHA1 (patch-aa) = 9b8854a5e5e988222de4cb5b27da3e82f87df4e3 SHA1 (patch-ab) = c2b7cc5f83230035c214600bff59d4dfefd92422 SHA1 (patch-ac) = b46d9dc6fcb3ca598aa986c25a25053fa3e1410a -SHA1 (patch-ad) = 6921604d21536762b708aeefb63428987040a1ba +SHA1 (patch-ad) = 34adb52a135b50ffbc1dbbe54adf7b01fbdd5315 SHA1 (patch-ae) = 95cc6f46fa2cfcd34af2e546f3d4a8d55194e5eb SHA1 (patch-af) = 88b7f08410322b4408d2209762f77cb43758a4ff SHA1 (patch-ag) = 875e83a597ab39d57abcfd9259d8ec15707ea45c diff --git a/net/ORBit/patches/patch-ad b/net/ORBit/patches/patch-ad index f543164c512..2854aaefb14 100644 --- a/net/ORBit/patches/patch-ad +++ b/net/ORBit/patches/patch-ad @@ -1,6 +1,6 @@ -$NetBSD: patch-ad,v 1.8 2006/03/12 18:13:53 jschauma Exp $ +$NetBSD: patch-ad,v 1.9 2006/03/31 22:30:02 jlam Exp $ ---- popt/Makefile.in.orig Wed Mar 20 06:46:09 2002 +--- popt/Makefile.in.orig 2002-06-06 07:34:39.000000000 -0400 +++ popt/Makefile.in @@ -114,10 +114,10 @@ INCLUDES = -I$(top_srcdir) @@ -15,3 +15,12 @@ $NetBSD: patch-ad,v 1.8 2006/03/12 18:13:53 jschauma Exp $ test2_LDADD = $(noinst_LTLIBRARIES) noinst_SCRIPTS = testit.sh +@@ -141,7 +141,7 @@ CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ + LIBS = @LIBS@ + libpopt_la_LDFLAGS = +-libpopt_la_LIBADD = ++libpopt_la_LIBADD = $(INTLLIBS) + libpopt_la_OBJECTS = popt.lo findme.lo poptparse.lo poptconfig.lo \ + popthelp.lo + noinst_PROGRAMS = test1$(EXEEXT) test2$(EXEEXT) |