summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-12-06 12:10:27 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-12-06 12:10:27 +0000
commit43fb933edb388f281247a8afebda9fe88cfb05aa (patch)
tree1a7ecaf2b211617c48a9f3bbcf768a959d22c204 /textproc
parentDisable run-time checks for the libdb version. This should fix problems with (diff)
Ensure that xslt.h includes all headers necessary. This should fix
p5-XML-LibXSLM and possibly other packages. Bump PORTREVISION. Prompted by: sheldonh
Notes
Notes: svn path=/head/; revision=51129
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libxslt/Makefile1
-rw-r--r--textproc/libxslt/files/patch-libxslt::xslt.h18
2 files changed, 19 insertions, 0 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index 4f7bfe3f6f9b..7e3ba7541c78 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libxslt
PORTVERSION= 1.0.8
+PORTREVISION= 1
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/libxslt
diff --git a/textproc/libxslt/files/patch-libxslt::xslt.h b/textproc/libxslt/files/patch-libxslt::xslt.h
new file mode 100644
index 000000000000..72db80ae0739
--- /dev/null
+++ b/textproc/libxslt/files/patch-libxslt::xslt.h
@@ -0,0 +1,18 @@
+
+$FreeBSD$
+
+--- libxslt/xslt.h 2001/12/06 12:04:42 1.1
++++ libxslt/xslt.h 2001/12/06 12:07:32
+@@ -11,6 +11,12 @@
+
+ #include <libxml/tree.h>
+
++#if defined(WIN32) && defined(_MSC_VER)
++#include <libxslt/xsltwin32config.h>
++#else
++#include <libxslt/xsltconfig.h>
++#endif
++
+ #ifdef __cplusplus
+ extern "C" {
+ #endif