aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml2/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-11 23:57:40 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-11 23:57:40 +0000
commit1b997d641e8ab3b69f3fbe5c28a292031d2451ba (patch)
tree1a035389df821be0648b7e854ece90e667e589fe /textproc/libxml2/files
parentdd9665a9ef22f5496ee6fa7d909a1c09d7b2e6b2 (diff)
Notes
Diffstat (limited to 'textproc/libxml2/files')
-rw-r--r--textproc/libxml2/files/patch-aa20
1 files changed, 10 insertions, 10 deletions
diff --git a/textproc/libxml2/files/patch-aa b/textproc/libxml2/files/patch-aa
index 91a833a84562..e7fc072340be 100644
--- a/textproc/libxml2/files/patch-aa
+++ b/textproc/libxml2/files/patch-aa
@@ -1,12 +1,12 @@
---- Makefile.in.orig Sun Aug 22 21:07:59 2004
-+++ Makefile.in Sun Aug 22 21:09:14 2004
-@@ -421,13 +421,13 @@
+--- Makefile.in.orig Thu Sep 30 14:47:21 2004
++++ Makefile.in Thu Sep 30 14:49:03 2004
+@@ -423,13 +423,13 @@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
--SUBDIRS = include . doc example @PYTHON_SUBDIR@
-+SUBDIRS = include . doc example @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@
- DIST_SUBDIRS = include . doc example python
+-SUBDIRS = include . doc example xstc @PYTHON_SUBDIR@
++SUBDIRS = include . doc example xstc @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@
+ DIST_SUBDIRS = include . doc example python xstc
INCLUDES = -I$(top_builddir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@
bin_SCRIPTS = xml2-config
lib_LTLIBRARIES = libxml2.la
@@ -16,16 +16,16 @@
@WITH_TRIO_SOURCES_FALSE@libxml2_la_SOURCES = SAX.c entities.c encoding.c error.c parserInternals.c \
@WITH_TRIO_SOURCES_FALSE@ parser.c tree.c hash.c list.c xmlIO.c xmlmemory.c uri.c \
@WITH_TRIO_SOURCES_FALSE@ valid.c xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c \
-@@ -504,7 +504,7 @@
+@@ -506,7 +506,7 @@
testReader_DEPENDENCIES = $(DEPS)
testReader_LDADD = $(LDADDS)
CLEANFILES = xml2Conf.sh
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
confexec_DATA = xml2Conf.sh
+ CVS_EXTRA_DIST =
EXTRA_DIST = xml2-config.in xml2Conf.sh.in libxml.spec.in libxml2.spec \
- libxml.m4 Copyright check-xml-test-suite.py \
-@@ -525,8 +525,8 @@
+@@ -528,8 +528,8 @@
# Install the tests program sources as examples
#
BASE_DIR = $(datadir)/doc
@@ -36,7 +36,7 @@
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
-@@ -1213,7 +1213,7 @@
+@@ -1216,7 +1216,7 @@
check-am: all-am
$(MAKE) $(AM_MAKEFLAGS) check-local
check: check-recursive