summaryrefslogtreecommitdiff
path: root/textproc/libxml2/files/patch-include::libxml::Makefile.in
diff options
context:
space:
mode:
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.