aboutsummaryrefslogtreecommitdiff
path: root/textproc/php5-xsl
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
parent86687513905ac7c8421ca2e38963523f8e1df5b7 (diff)
downloadports-2265e438583f3942fdf308bc32400289b6e66f2a.tar.gz
ports-2265e438583f3942fdf308bc32400289b6e66f2a.zip
Notes
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 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>