[Midnightbsd-cvs] mports [24826] trunk/textproc/php71-simplexml/files/patch-config.m4: update patchset

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jan 30 22:57:42 EST 2019


Revision: 24826
          http://svnweb.midnightbsd.org/mports/?rev=24826
Author:   laffer1
Date:     2019-01-30 22:57:34 -0500 (Wed, 30 Jan 2019)
Log Message:
-----------
update patchset

Modified Paths:
--------------
    trunk/textproc/php71-simplexml/files/patch-config.m4

Modified: trunk/textproc/php71-simplexml/files/patch-config.m4
===================================================================
--- trunk/textproc/php71-simplexml/files/patch-config.m4	2019-01-31 03:56:09 UTC (rev 24825)
+++ trunk/textproc/php71-simplexml/files/patch-config.m4	2019-01-31 03:57:34 UTC (rev 24826)
@@ -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



More information about the Midnightbsd-cvs mailing list