forked from Lainports/freebsd-ports
29 lines
1.4 KiB
Text
29 lines
1.4 KiB
Text
--- work/libxml2-2.4.5/Makefile.in.orig Tue Sep 18 20:11:32 2001
|
|
+++ Makefile.in Tue Sep 18 20:11:32 2001
|
|
@@ -137,7 +137,7 @@
|
|
lib_LTLIBRARIES = libxml2.la
|
|
libxml2_la_LIBADD = @Z_LIBS@ $(ICONV_LIBS) -lm
|
|
|
|
-libxml2_la_LDFLAGS = -version-info @LIBXML_VERSION_INFO@
|
|
+libxml2_la_LDFLAGS = -version-info 5:0:0
|
|
|
|
@WITH_TRIO_SOURCES_TRUE@libxml2_la_SOURCES = SAX.c entities.c encoding.c error.c parserInternals.c parser.c tree.c hash.c list.c xmlIO.c xmlmemory.c uri.c valid.c xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c xpointer.c xinclude.c nanohttp.c nanoftp.c DOCBparser.c catalog.c strio.c trio.c
|
|
@WITH_TRIO_SOURCES_FALSE@libxml2_la_SOURCES = SAX.c entities.c encoding.c error.c parserInternals.c parser.c tree.c hash.c list.c xmlIO.c xmlmemory.c uri.c valid.c xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c xpointer.c xinclude.c nanohttp.c nanoftp.c DOCBparser.c catalog.c
|
|
@@ -185,7 +185,7 @@
|
|
testURI_DEPENDENCIES = $(DEPS)
|
|
testURI_LDADD = $(LDADDS)
|
|
|
|
-confexecdir = $(libdir)
|
|
+confexecdir = $(sysconfdir)
|
|
confexec_DATA = xml2Conf.sh
|
|
|
|
CLEANFILES = xml2Conf.sh
|
|
@@ -770,7 +770,7 @@
|
|
uninstall-confexecDATA uninstall-m4dataDATA \
|
|
uninstall-pkgconfigDATA
|
|
uninstall: uninstall-recursive
|
|
-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
|
|
+all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) \
|
|
config.h
|
|
all-redirect: all-recursive-am
|
|
install-strip:
|