diff options
author | flo <flo@FreeBSD.org> | 2012-05-17 21:17:37 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-05-17 21:17:37 +0800 |
commit | 299da8516c77b0e63aa1209e0e147b1a9c1b9675 (patch) | |
tree | 20bdb373d3b0d98391fac79b1b4ce42cfae765e7 /textproc/php53-xml | |
parent | 49c434e843e584f7f79e2f02449b382dd620413e (diff) | |
download | freebsd-ports-graphics-299da8516c77b0e63aa1209e0e147b1a9c1b9675.tar.gz freebsd-ports-graphics-299da8516c77b0e63aa1209e0e147b1a9c1b9675.tar.zst freebsd-ports-graphics-299da8516c77b0e63aa1209e0e147b1a9c1b9675.zip |
- Add a few more patches i missed in the original commit.
- Bump PORTREVISION accordingly
Diffstat (limited to 'textproc/php53-xml')
-rw-r--r-- | textproc/php53-xml/Makefile | 2 | ||||
-rw-r--r-- | textproc/php53-xml/files/patch-compat.c | 13 |
2 files changed, 15 insertions, 0 deletions
diff --git a/textproc/php53-xml/Makefile b/textproc/php53-xml/Makefile index 8302d759c1e..7379b96eb21 100644 --- a/textproc/php53-xml/Makefile +++ b/textproc/php53-xml/Makefile @@ -5,6 +5,8 @@ # $FreeBSD$ # +PORTREVISION= 1 + CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php53 diff --git a/textproc/php53-xml/files/patch-compat.c b/textproc/php53-xml/files/patch-compat.c new file mode 100644 index 00000000000..02125961b20 --- /dev/null +++ b/textproc/php53-xml/files/patch-compat.c @@ -0,0 +1,13 @@ +--- compat.c.orig Tue Jul 20 10:55:02 2004 ++++ compat.c Tue Jul 20 10:55:55 2004 +@@ -16,6 +16,10 @@ + +----------------------------------------------------------------------+ + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "php.h" + #if defined(HAVE_LIBXML) && defined(HAVE_XML) && !defined(HAVE_LIBEXPAT) + #include "expat_compat.h" |