diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-30 19:00:47 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-30 19:00:47 +0800 |
commit | bf5aecff42cc23112d244f3961b46d100e7c302c (patch) | |
tree | 876c471fd5de5d5fb299c7ff1e602c6ba9b6bc85 /textproc/libxml2/files | |
parent | 7d0455af3557e032f96c58a093bc60d4dc684147 (diff) | |
download | freebsd-ports-gnome-bf5aecff42cc23112d244f3961b46d100e7c302c.tar.gz freebsd-ports-gnome-bf5aecff42cc23112d244f3961b46d100e7c302c.tar.zst freebsd-ports-gnome-bf5aecff42cc23112d244f3961b46d100e7c302c.zip |
Update to 2.4.21.
Diffstat (limited to 'textproc/libxml2/files')
-rw-r--r-- | textproc/libxml2/files/patch-aa | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/textproc/libxml2/files/patch-aa b/textproc/libxml2/files/patch-aa index 96086f8eebaf..6dc160d8d833 100644 --- a/textproc/libxml2/files/patch-aa +++ b/textproc/libxml2/files/patch-aa @@ -1,9 +1,9 @@ $FreeBSD$ ---- Makefile.in.orig Tue Feb 26 20:08:54 2002 -+++ Makefile.in Tue Feb 26 20:36:25 2002 -@@ -130,7 +130,7 @@ +--- Makefile.in.orig Tue Apr 30 13:21:49 2002 ++++ Makefile.in Tue Apr 30 13:22:23 2002 +@@ -134,7 +134,7 @@ AUTOMAKE_OPTIONS = no-dependencies @@ -12,16 +12,16 @@ $FreeBSD$ INCLUDES = -I@srcdir@/include -I$(top_builddir)/include @THREAD_CFLAGS@ @Z_CFLAGS@ -@@ -143,7 +143,7 @@ +@@ -149,7 +149,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 = @WITH_TRIO_SOURCES_TRUE@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 \ -@@ -206,7 +206,7 @@ + @WITH_TRIO_SOURCES_TRUE@ valid.c xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c \ +@@ -234,7 +234,7 @@ CLEANFILES = xml2Conf.sh @@ -30,7 +30,7 @@ $FreeBSD$ confexec_DATA = xml2Conf.sh EXTRA_DIST = xml2-config.in xml2Conf.sh.in libxml.spec.in libxml.spec \ libxml.m4 Copyright check-xml-test-suite.py \ -@@ -224,7 +224,7 @@ +@@ -252,7 +252,7 @@ # Instll the tests program sources as examples # BASE_DIR = @HTML_DIR@ @@ -39,7 +39,7 @@ $FreeBSD$ EXAMPLES_DIR = $(BASE_DIR)/$(DOC_MODULE)/examples ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -@@ -809,7 +809,7 @@ +@@ -863,7 +863,7 @@ uninstall-confexecDATA uninstall-m4dataDATA \ uninstall-pkgconfigDATA uninstall: uninstall-recursive |