diff options
author | ale <ale@FreeBSD.org> | 2006-01-17 23:28:41 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-01-17 23:28:41 +0800 |
commit | 76fa2ac38a7797bed1fc0e97f30b0d48548b47cb (patch) | |
tree | b72ed6f0fe54396c07a78df38cf9602ceb37dde3 /textproc/php5-xsl | |
parent | 5be4263b0706097f58add0074b4e3dab9dee57cb (diff) | |
download | freebsd-ports-gnome-76fa2ac38a7797bed1fc0e97f30b0d48548b47cb.tar.gz freebsd-ports-gnome-76fa2ac38a7797bed1fc0e97f30b0d48548b47cb.tar.zst freebsd-ports-gnome-76fa2ac38a7797bed1fc0e97f30b0d48548b47cb.zip |
No-op (remove unneeded duplicated include).
Diffstat (limited to 'textproc/php5-xsl')
-rw-r--r-- | textproc/php5-xsl/files/patch-php_xsl.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/textproc/php5-xsl/files/patch-php_xsl.h b/textproc/php5-xsl/files/patch-php_xsl.h index 22a7df993f92..9777187f8748 100644 --- a/textproc/php5-xsl/files/patch-php_xsl.h +++ b/textproc/php5-xsl/files/patch-php_xsl.h @@ -1,14 +1,10 @@ ---- 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 @@ +--- 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" -+#ifdef HAVE_CONFIG_H -+#include "config.h" -+#endif -+ +#include "ext/dom/xml_common.h" #include "xsl_fe.h" |