mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
Notable changes: - Switch from PCRE to PCRE2 - Many modules now require PCRE2 for building - graphics/php73-gd: X11 option is no longer default Changes to Mk/Uses/php.mk approved by ale
11 lines
267 B
C
11 lines
267 B
C
--- 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>
|