diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-19 06:51:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-19 06:51:27 +0000 |
commit | e91d0f6e74feb8effe2a5fcac4a140f7a621789f (patch) | |
tree | fe258332d6c03d925df4e1dc06294f0b99459b0f /textproc/libxml2/files/patch-aa | |
parent | fix build on current (diff) |
Update to 2.4.27.
Notes
Notes:
svn path=/head/; revision=70460
Diffstat (limited to 'textproc/libxml2/files/patch-aa')
-rw-r--r-- | textproc/libxml2/files/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/libxml2/files/patch-aa b/textproc/libxml2/files/patch-aa index 263d59cb7601..19dfe4f4dfbf 100644 --- a/textproc/libxml2/files/patch-aa +++ b/textproc/libxml2/files/patch-aa @@ -1,8 +1,8 @@ ---- Makefile.in.orig Tue Oct 8 00:40:19 2002 -+++ Makefile.in Tue Oct 8 00:43:51 2002 +--- Makefile.in.orig Tue Nov 19 00:01:49 2002 ++++ Makefile.in Tue Nov 19 00:04:06 2002 @@ -137,7 +137,7 @@ - - AUTOMAKE_OPTIONS = no-dependencies + Z_CFLAGS = @Z_CFLAGS@ + Z_LIBS = @Z_LIBS@ -SUBDIRS = include . doc example @PYTHON_SUBDIR@ +SUBDIRS = include . doc example @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@ @@ -30,13 +30,13 @@ @@ -257,7 +257,7 @@ # Instll the tests program sources as examples # - BASE_DIR = @HTML_DIR@ + BASE_DIR = $(datadir)/doc -DOC_MODULE = libxml2-$(VERSION) +DOC_MODULE = libxml2 EXAMPLES_DIR = $(BASE_DIR)/$(DOC_MODULE)/examples ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -@@ -868,7 +868,7 @@ +@@ -1354,7 +1354,7 @@ uninstall-confexecDATA uninstall-m4dataDATA \ uninstall-pkgconfigDATA uninstall: uninstall-recursive |