From 2265e438583f3942fdf308bc32400289b6e66f2a Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Tue, 17 Jan 2006 13:57:29 +0000 Subject: 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. --- textproc/php5-xsl/files/patch-php_xsl.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 textproc/php5-xsl/files/patch-php_xsl.h (limited to 'textproc/php5-xsl/files/patch-php_xsl.h') 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 + #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 -- cgit v1.2.3