mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 09:10:32 -04:00
Changelog: http://php.net/ChangeLog-7.php#7.0.0 http://php.net/ChangeLog-7.php#7.0.1 http://php.net/ChangeLog-7.php#7.0.2 http://php.net/ChangeLog-7.php#7.0.3 I'd like to thanks: Kurt Jaeger Matthias Breddin Rainer Duffner Victor van Vlaardingen Torsten Zuehlsdorff Franco Fichtner and all helpers and testers from ports@.
23 lines
775 B
Text
23 lines
775 B
Text
--- config.m4.orig 2014-04-29 08:04:30.000000000 +0000
|
|
+++ config.m4 2014-05-15 08:04:00.883004682 +0000
|
|
@@ -61,11 +61,9 @@ if test "$PHP_XMLRPC" != "no"; then
|
|
fi
|
|
fi
|
|
|
|
- dnl if iconv is shared or missing then we should build iconv ourselves
|
|
- if test "$PHP_ICONV_SHARED" = "yes" || test "$PHP_ICONV" = "no"; then
|
|
-
|
|
if test "$PHP_ICONV_DIR" != "no"; then
|
|
PHP_ICONV=$PHP_ICONV_DIR
|
|
+ PHP_ADD_INCLUDE($PHP_ICONV_DIR/include)
|
|
fi
|
|
|
|
if test -z "$PHP_ICONV" || test "$PHP_ICONV" = "no"; then
|
|
@@ -75,7 +73,6 @@ if test "$PHP_XMLRPC" != "no"; then
|
|
PHP_SETUP_ICONV(XMLRPC_SHARED_LIBADD, [], [
|
|
AC_MSG_ERROR([iconv not found, in order to build xmlrpc you need the iconv library])
|
|
])
|
|
- fi
|
|
fi
|
|
|
|
if test "$PHP_XMLRPC" = "yes"; then
|