mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
777318c580
days ago, but the entire maintership (gnome@) is quiet... Reviewed by: maintainers' silence
21 lines
641 B
Plaintext
21 lines
641 B
Plaintext
--- work/libxml2-2.4.2/Makefile.in Wed Aug 15 08:26:06 2001
|
|
+++ Makefile.in Thu Aug 23 17:02:39 2001
|
|
@@ -137,5 +137,5 @@
|
|
lib_LTLIBRARIES = libxml2.la
|
|
-libxml2_la_LIBADD = @Z_LIBS@ -lm
|
|
+libxml2_la_LIBADD = @Z_LIBS@ -lm @ICONV_LIBS@
|
|
|
|
-libxml2_la_LDFLAGS = -version-info @LIBXML_VERSION_INFO@
|
|
+libxml2_la_LDFLAGS = -version-info 5:0:0
|
|
|
|
@@ -187,3 +187,3 @@
|
|
|
|
-confexecdir = $(libdir)
|
|
+confexecdir = $(sysconfdir)
|
|
confexec_DATA = xml2Conf.sh
|
|
@@ -772,3 +772,3 @@
|
|
uninstall: uninstall-recursive
|
|
-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
|
|
+all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) \
|
|
config.h
|