diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-05-16 09:46:51 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-05-16 09:46:51 +0000 |
commit | 902a0675beeba6c01a038f9594a0c532079fd2f2 (patch) | |
tree | e640f9d726eb930319bafe09a6173a5b67843921 /archivers/php53-zip/files/patch-config.m4 | |
parent | Fix plist: don't remove nonexistent directories when built WITHOUT_PYTHON (diff) |
readd php 5.3.13 and all its modules as php53*
Notes
Notes:
svn path=/head/; revision=296760
Diffstat (limited to 'archivers/php53-zip/files/patch-config.m4')
-rw-r--r-- | archivers/php53-zip/files/patch-config.m4 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archivers/php53-zip/files/patch-config.m4 b/archivers/php53-zip/files/patch-config.m4 new file mode 100644 index 000000000000..a87640ff160d --- /dev/null +++ b/archivers/php53-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 + ]) |