[Midnightbsd-cvs] mports [24827] trunk/converters/php71-mbstring/files/patch-config.m4: update patchset

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


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

Modified Paths:
--------------
    trunk/converters/php71-mbstring/files/patch-config.m4

Modified: trunk/converters/php71-mbstring/files/patch-config.m4
===================================================================
--- trunk/converters/php71-mbstring/files/patch-config.m4	2019-01-31 03:57:34 UTC (rev 24826)
+++ trunk/converters/php71-mbstring/files/patch-config.m4	2019-01-31 03:58:56 UTC (rev 24827)
@@ -1,9 +1,10 @@
---- config.m4.orig	2009-11-25 02:30:06.000000000 +0100
-+++ config.m4	2010-04-12 09:59:54.000000000 +0200
-@@ -43,6 +43,30 @@
+--- config.m4.orig	2018-11-10 15:21:47.103604000 +0100
++++ config.m4	2018-11-10 15:24:23.615118000 +0100
+@@ -42,6 +42,30 @@ AC_DEFUN([PHP_MBSTRING_EXTENSION], [
+     PHP_ADD_INCLUDE([$ext_srcdir/$dir])
      PHP_ADD_INCLUDE([$ext_builddir/$dir])
    done
- 
++  
 +  dnl This is PECL build, check if bundled PCRE library is used
 +  old_CPPFLAGS=$CPPFLAGS
 +  CPPFLAGS=$INCLUDES
@@ -27,11 +28,10 @@
 +      PHP_PCRE_REGEX=no
 +    ])
 +  ])
-+
+ 
    if test "$ext_shared" = "no"; then
      PHP_ADD_SOURCES(PHP_EXT_DIR(mbstring), $PHP_MBSTRING_BASE_SOURCES)
-     out="php_config.h"
-@@ -80,7 +104,6 @@
+@@ -85,7 +109,6 @@ AC_DEFUN([PHP_MBSTRING_SETUP_MBREGEX], [
  int foo(int x, ...) {
  	va_list va;
  	va_start(va, x);
@@ -39,13 +39,13 @@
  	va_arg(va, char *);
  	va_arg(va, double);
  	return 0;
-@@ -347,6 +370,9 @@
+@@ -367,6 +390,9 @@ PHP_ARG_WITH(onig, [for external oniguru
  [  --with-onig[=DIR]         MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix.
-                             If DIR is not set, the bundled oniguruma will be used], no, no)
+                           If DIR is not set, the bundled oniguruma will be used], no, no)
  
 +PHP_ARG_WITH(pcre-dir, pcre install prefix,
 +[  --with-pcre-dir           MBSTRING: pcre install prefix], no, no)
 +
- if test "$PHP_MBSTRING" != "no"; then  
+ if test "$PHP_MBSTRING" != "no"; then
    AC_DEFINE([HAVE_MBSTRING],1,[whether to have multibyte string support])
  



More information about the Midnightbsd-cvs mailing list