diff options
author | joneum <joneum@FreeBSD.org> | 2018-11-11 01:33:27 +0800 |
---|---|---|
committer | joneum <joneum@FreeBSD.org> | 2018-11-11 01:33:27 +0800 |
commit | 28dc0b6c3fd1ffbcf0b28ff12bff8bcb148a8612 (patch) | |
tree | f77ed0ecd27504c8c923d73d02b5d5248214df9d /textproc | |
parent | bf362dd45e1db625244814364e4a25fb57bca619 (diff) | |
download | freebsd-ports-gnome-28dc0b6c3fd1ffbcf0b28ff12bff8bcb148a8612.tar.gz freebsd-ports-gnome-28dc0b6c3fd1ffbcf0b28ff12bff8bcb148a8612.tar.zst freebsd-ports-gnome-28dc0b6c3fd1ffbcf0b28ff12bff8bcb148a8612.zip |
Update to 7.2.12
Changelog:
- http://www.php.net/ChangeLog-7.php#7.2.12
Approved by: tz (implicit)
Sponsored by: Netzkommune GmbH
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/php72-simplexml/files/patch-config.m4 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/textproc/php72-simplexml/files/patch-config.m4 b/textproc/php72-simplexml/files/patch-config.m4 index 4eeef697dc87..ab12da0527e4 100644 --- a/textproc/php72-simplexml/files/patch-config.m4 +++ b/textproc/php72-simplexml/files/patch-config.m4 @@ -1,6 +1,6 @@ ---- config.m4.orig 2014-05-14 10:14:22.929420181 +0000 -+++ config.m4 2014-05-14 10:15:36.967414693 +0000 -@@ -4,6 +4,9 @@ +--- config.m4.orig 2018-11-09 21:17:02.404698000 +0100 ++++ config.m4 2018-11-09 21:18:57.799985000 +0100 +@@ -4,6 +4,9 @@ dnl config.m4 for extension simplexml PHP_ARG_ENABLE(simplexml, whether to enable SimpleXML support, [ --disable-simplexml Disable SimpleXML support], yes) @@ -9,8 +9,8 @@ + if test -z "$PHP_LIBXML_DIR"; then PHP_ARG_WITH(libxml-dir, libxml2 install dir, - [ --with-libxml-dir=DIR SimpleXML: libxml2 install prefix], no, no) -@@ -11,6 +14,30 @@ + [ --with-libxml-dir=DIR SimpleXML: libxml2 install prefix], no, no) +@@ -11,6 +14,30 @@ fi if test "$PHP_SIMPLEXML" != "no"; then @@ -38,6 +38,6 @@ + ]) + ]) + - if test "$PHP_LIBXML" = "no"; then - AC_MSG_ERROR([SimpleXML extension requires LIBXML extension, add --enable-libxml]) + if test "$PHP_LIBXML" = "no"; then + AC_MSG_ERROR([SimpleXML extension requires LIBXML extension, add --enable-libxml]) fi |