Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / ORBit / patches / patch-ad
blob75fe2a7b58fc8f6302ff79f32c8c636db526475a
1 $NetBSD: patch-ad,v 1.9 2006/03/31 22:30:02 jlam Exp $
3 --- popt/Makefile.in.orig       2002-06-06 11:34:39.000000000 +0000
4 +++ popt/Makefile.in
5 @@ -108,16 +108,16 @@ AUTOMAKE_OPTIONS = 1.4 foreign
6  EXTRA_DIST = CHANGES autogen.sh $(noinst_MANS) popt.spec       testit.sh po/Makefile.in.in po/POTFILES.in po/popt.pot popt.ps  po/cs.po po/ro.po po/uk.po po/zh_CN.GB2312.po po/gl.po po/sk.po po/wa.po
7  
8  
9 -SUBDIRS = intl po
10 +SUBDIRS = 
12  INCLUDES = -I$(top_srcdir)
14  noinst_PROGRAMS = test1 test2
15  test1_SOURCES = test1.c
16 -test1_LDFLAGS = -all-static
17 +test1_LDFLAGS = 
18  test1_LDADD = $(noinst_LTLIBRARIES)
19  test2_SOURCES = test2.c
20 -test2_LDFLAGS = -all-static
21 +test2_LDFLAGS =
22  test2_LDADD = $(noinst_LTLIBRARIES)
24  noinst_SCRIPTS = testit.sh
25 @@ -141,7 +141,7 @@ CPPFLAGS = @CPPFLAGS@
26  LDFLAGS = @LDFLAGS@
27  LIBS = @LIBS@
28  libpopt_la_LDFLAGS = 
29 -libpopt_la_LIBADD = 
30 +libpopt_la_LIBADD = $(INTLLIBS)
31  libpopt_la_OBJECTS =  popt.lo findme.lo poptparse.lo poptconfig.lo \
32  popthelp.lo
33  noinst_PROGRAMS =  test1$(EXEEXT) test2$(EXEEXT)