summaryrefslogtreecommitdiff
path: root/textproc/php5-xsl/files/patch-php_xsl.h
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-01-17 13:57:29 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-01-17 13:57:29 +0000
commit2265e438583f3942fdf308bc32400289b6e66f2a (patch)
tree058b4ce9206990b007e276beb366057831185259 /textproc/php5-xsl/files/patch-php_xsl.h
parentUpdate to 0.5.1 (diff)
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/files/patch-php_xsl.h')
-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 000000000000..22a7df993f92
--- /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>