diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-04-09 17:34:43 +0800 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-04-09 17:34:43 +0800 |
commit | 538a6d28a2487de32d66420074ba8609f4b2eab1 (patch) | |
tree | 54e230d33cb834db8c435ae3432993ffdb5bbd9e /archivers/php5-zip | |
parent | 4720812c1a87616a90aeeddb8f06a78ced307b32 (diff) | |
download | freebsd-ports-gnome-538a6d28a2487de32d66420074ba8609f4b2eab1.tar.gz freebsd-ports-gnome-538a6d28a2487de32d66420074ba8609f4b2eab1.tar.zst freebsd-ports-gnome-538a6d28a2487de32d66420074ba8609f4b2eab1.zip |
Update to PHP 5.3.2 release!
Diffstat (limited to 'archivers/php5-zip')
-rw-r--r-- | archivers/php5-zip/files/patch-config.m4 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archivers/php5-zip/files/patch-config.m4 b/archivers/php5-zip/files/patch-config.m4 new file mode 100644 index 000000000000..a87640ff160d --- /dev/null +++ b/archivers/php5-zip/files/patch-config.m4 @@ -0,0 +1,10 @@ +--- config.m4.orig 2009-04-09 16:16:30.000000000 +0200 ++++ config.m4 2009-04-09 16:17:02.000000000 +0200 +@@ -65,6 +65,7 @@ + #endif + ],[ + PHP_PCRE_REGEX=pecl ++ PHP_ADD_INCLUDE($PHP_PCRE_DIR/include) + ],[ + PHP_PCRE_REGEX=no + ]) |