summaryrefslogtreecommitdiff
path: root/textproc/libxml2/files/patch-include::libxml::Makefile.in
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-07-11 07:42:53 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-07-11 07:42:53 +0000
commit923bc1d0936c67d354a65ed17984c130f4bb7061 (patch)
tree1e0f620501e363311558566b98b402db40d03487 /textproc/libxml2/files/patch-include::libxml::Makefile.in
parentUpgrade to latest versions which fix several bugs (diff)
Update to 2.4.0.
Diffstat (limited to 'textproc/libxml2/files/patch-include::libxml::Makefile.in')
-rw-r--r--textproc/libxml2/files/patch-include::libxml::Makefile.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/libxml2/files/patch-include::libxml::Makefile.in b/textproc/libxml2/files/patch-include::libxml::Makefile.in
new file mode 100644
index 000000000000..5751cef7f83a
--- /dev/null
+++ b/textproc/libxml2/files/patch-include::libxml::Makefile.in
@@ -0,0 +1,23 @@
+
+$FreeBSD$
+
+--- include/libxml/Makefile.in.orig Wed Jul 11 10:26:41 2001
++++ include/libxml/Makefile.in Wed Jul 11 10:34:18 2001
+@@ -116,7 +116,7 @@
+ Z_CFLAGS = @Z_CFLAGS@
+ Z_LIBS = @Z_LIBS@
+
+-xmlincdir = $(includedir)/libxml
++xmlincdir = $(includedir)/libxml2/libxml
+
+ xmlinc_HEADERS = SAX.h entities.h encoding.h parser.h parserInternals.h xmlerror.h HTMLparser.h HTMLtree.h debugXML.h tree.h list.h hash.h xpath.h xpathInternals.h xpointer.h xinclude.h xmlIO.h xmlmemory.h nanohttp.h nanoftp.h uri.h valid.h xlink.h xmlversion.h xmlwin32version.h DOCBparser.h catalog.h
+
+@@ -275,7 +275,7 @@
+
+
+ install-exec-hook:
+- $(mkinstalldirs) $(DESTDIR)$(xmlincdir) $(DESTDIR)$(xmlincdir)/libxml
++ $(mkinstalldirs) $(DESTDIR)$(xmlincdir)
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.