summaryrefslogtreecommitdiffstats
path: root/textproc/libxml2/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/libxml2/files/patch-aa')
-rw-r--r--textproc/libxml2/files/patch-aa47
1 files changed, 47 insertions, 0 deletions
diff --git a/textproc/libxml2/files/patch-aa b/textproc/libxml2/files/patch-aa
new file mode 100644
index 000000000..09476deeb
--- /dev/null
+++ b/textproc/libxml2/files/patch-aa
@@ -0,0 +1,47 @@
+--- Makefile.in.orig Thu Aug 14 22:02:48 2003
++++ Makefile.in Thu Aug 14 22:04:43 2003
+@@ -153,7 +153,7 @@
+ install_sh = @install_sh@
+ pythondir = @pythondir@
+
+-SUBDIRS = include . doc example @PYTHON_SUBDIR@
++SUBDIRS = include . doc example @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@
+
+ DIST_SUBDIRS = include . doc example python
+
+@@ -171,7 +171,7 @@
+ lib_LTLIBRARIES = libxml2.la
+ libxml2_la_LIBADD = @THREAD_LIBS@ @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 \
+ @WITH_TRIO_SOURCES_TRUE@ parser.c tree.c hash.c list.c xmlIO.c xmlmemory.c uri.c \
+@@ -270,7 +270,7 @@
+
+ CLEANFILES = xml2Conf.sh
+
+-confexecdir = $(libdir)
++confexecdir = $(sysconfdir)
+ confexec_DATA = xml2Conf.sh
+ EXTRA_DIST = xml2-config.in xml2Conf.sh.in libxml.spec.in libxml2.spec \
+ libxml.m4 Copyright check-xml-test-suite.py \
+@@ -289,7 +289,7 @@
+ # Instll the tests program sources as examples
+ #
+ BASE_DIR = $(datadir)/doc
+-DOC_MODULE = libxml2-$(VERSION)
++DOC_MODULE = libxml2
+ EXAMPLES_DIR = $(BASE_DIR)/$(DOC_MODULE)/examples
+ subdir = .
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+@@ -1034,7 +1034,7 @@
+ check-am: all-am
+ $(MAKE) $(AM_MAKEFLAGS) check-local
+ check: check-recursive
+-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
++all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) \
+ config.h
+ install-binPROGRAMS: install-libLTLIBRARIES
+