summaryrefslogtreecommitdiff
path: root/devel/popt/patches/patch-ab
blob: 56dbfb91195a54d1c27f0624e0133017c8dd32a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
$NetBSD: patch-ab,v 1.6 2005/03/03 07:51:40 grant Exp $

--- Makefile.in.orig	2002-08-31 23:22:18.000000000 +1000
+++ Makefile.in
@@ -132,14 +132,14 @@ noinst_HEADERS = findme.h poptint.h syst
 
 noinst_PROGRAMS = test1 test2 test3
 test1_SOURCES = test1.c
-test1_LDFLAGS = -all-static
-test1_LDADD = $(lib_LTLIBRARIES)
+test1_LDFLAGS =
+test1_LDADD = $(lib_LTLIBRARIES) $(LIBINTL)
 test2_SOURCES = test2.c
-test2_LDFLAGS = -all-static
-test2_LDADD = $(lib_LTLIBRARIES)
+test2_LDFLAGS =
+test2_LDADD = $(lib_LTLIBRARIES) $(LIBINTL)
 test3_SOURCES = test3.c
-test3_LDFLAGS = -all-static
-test3_LDADD = $(lib_LTLIBRARIES)
+test3_LDFLAGS =
+test3_LDADD = $(lib_LTLIBRARIES) $(LIBINTL)
 
 noinst_SCRIPTS = testit.sh
 
@@ -187,7 +187,7 @@ DEFS = @DEFS@
 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
 CPPFLAGS = @CPPFLAGS@
 LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
+LIBS = @LIBS@ @INTLLIBS@
 depcomp = $(SHELL) $(top_srcdir)/depcomp
 am__depfiles_maybe = depfiles
 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/findme.Plo ./$(DEPDIR)/popt.Plo \