summaryrefslogtreecommitdiff
path: root/textproc/php56-xsl
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/php56-xsl')
-rw-r--r--textproc/php56-xsl/Makefile10
-rw-r--r--textproc/php56-xsl/files/patch-php_xsl.h11
2 files changed, 21 insertions, 0 deletions
diff --git a/textproc/php56-xsl/Makefile b/textproc/php56-xsl/Makefile
new file mode 100644
index 000000000000..68b5e5fb468d
--- /dev/null
+++ b/textproc/php56-xsl/Makefile
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale@FreeBSD.org>
+# $FreeBSD$
+
+CATEGORIES= textproc
+
+MASTERDIR= ${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX= -xsl
+
+.include "${MASTERDIR}/Makefile"
diff --git a/textproc/php56-xsl/files/patch-php_xsl.h b/textproc/php56-xsl/files/patch-php_xsl.h
new file mode 100644
index 000000000000..9777187f8748
--- /dev/null
+++ b/textproc/php56-xsl/files/patch-php_xsl.h
@@ -0,0 +1,11 @@
+--- php_xsl.h.orig Sun Jan 1 13:50:17 2006
++++ php_xsl.h Tue Jan 17 16:23:10 2006
+@@ -43,7 +43,7 @@
+ #include <libexslt/exsltconfig.h>
+ #endif
+
+-#include "../dom/xml_common.h"
++#include "ext/dom/xml_common.h"
+ #include "xsl_fe.h"
+
+ #include <libxslt/extensions.h>