summaryrefslogtreecommitdiffstats
path: root/textproc/php5-xsl
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2006-01-17 13:57:29 +0000
committerale <ale@FreeBSD.org>2006-01-17 13:57:29 +0000
commitb576f611f2c1995cde507c01a6dec820bd59252e (patch)
treebf319f36e5f98ffa0b09565770e5c47be1be2921 /textproc/php5-xsl
parent9daee94689e1873413c372e207f4b38a9daffeec (diff)
downloadFreeBSD-ports-b576f611f2c1995cde507c01a6dec820bd59252e.zip
FreeBSD-ports-b576f611f2c1995cde507c01a6dec820bd59252e.tar.gz
Speed up the build of PHP extensions by extracting only the extension subdir
from the big tarball. Fix xsl extensions that look for files outside its WRKSRC.
Diffstat (limited to 'textproc/php5-xsl')
-rw-r--r--textproc/php5-xsl/files/patch-php_xsl.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/php5-xsl/files/patch-php_xsl.h b/textproc/php5-xsl/files/patch-php_xsl.h
new file mode 100644
index 0000000..22a7df9
--- /dev/null
+++ b/textproc/php5-xsl/files/patch-php_xsl.h
@@ -0,0 +1,15 @@
+--- php_xsl.h.orig Tue Jan 17 14:50:15 2006
++++ php_xsl.h Tue Jan 17 14:50:53 2006
+@@ -43,7 +43,11 @@
+ #include <libexslt/exsltconfig.h>
+ #endif
+
+-#include "../dom/xml_common.h"
++#ifdef HAVE_CONFIG_H
++#include "config.h"
++#endif
++
++#include "ext/dom/xml_common.h"
+ #include "xsl_fe.h"
+
+ #include <libxslt/extensions.h>
OpenPOWER on IntegriCloud