diff options
author | Alex Dupre <ale@FreeBSD.org> | 2013-06-24 14:32:11 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2013-06-24 14:32:11 +0000 |
commit | 7fe96c109332ecdb411ceef911efd11085a88346 (patch) | |
tree | fd816d2c8b34ef7db2d6bcabe7358eaa7fb2d04f /textproc/php55-xsl/files/patch-php_xsl.h | |
parent | graphics/radius-engine: minor fixes (diff) |
Welcome PHP 5.5!
Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run
Notes
Notes:
svn path=/head/; revision=321684
Diffstat (limited to 'textproc/php55-xsl/files/patch-php_xsl.h')
-rw-r--r-- | textproc/php55-xsl/files/patch-php_xsl.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/php55-xsl/files/patch-php_xsl.h b/textproc/php55-xsl/files/patch-php_xsl.h new file mode 100644 index 000000000000..9777187f8748 --- /dev/null +++ b/textproc/php55-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> |