pkgsrc/devel/popt/patches/patch-ab
jlam 74de443f28 Don't force the use of "-lintl"...use "$(LIBINTL)" instead, which may be
empty on some systems that provide gettext() functions directly in libc.
Fix by Jeremy Reed <reed@reedmedia.net> in PR 19171.
2002-11-26 06:50:20 +00:00

21 lines
633 B
Text

$NetBSD: patch-ab,v 1.4 2002/11/26 06:50:22 jlam Exp $
--- Makefile.in.orig Sat Oct 19 18:32:02 2002
+++ Makefile.in Sat Oct 19 19:07:20 2002
@@ -133,13 +133,13 @@
noinst_PROGRAMS = test1 test2 test3
test1_SOURCES = test1.c
test1_LDFLAGS = -all-static
-test1_LDADD = $(lib_LTLIBRARIES)
+test1_LDADD = $(lib_LTLIBRARIES) $(LIBINTL)
test2_SOURCES = test2.c
test2_LDFLAGS = -all-static
-test2_LDADD = $(lib_LTLIBRARIES)
+test2_LDADD = $(lib_LTLIBRARIES) $(LIBINTL)
test3_SOURCES = test3.c
test3_LDFLAGS = -all-static
-test3_LDADD = $(lib_LTLIBRARIES)
+test3_LDADD = $(lib_LTLIBRARIES) $(LIBINTL)
noinst_SCRIPTS = testit.sh