diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-11-08 00:40:26 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-09 07:34:16 +0000 |
commit | 4a7ccf578f5caf82b4c9120ac266ff49f245549a (patch) | |
tree | c4a923f54fbb4887bb114b68f9048040589518e3 /community/php5/gd-iconv.patch | |
parent | 96e8cf0319ba5e6bf58f4cb6141582c66985af70 (diff) | |
download | aports-4a7ccf578f5caf82b4c9120ac266ff49f245549a.tar.bz2 aports-4a7ccf578f5caf82b4c9120ac266ff49f245549a.tar.xz |
community/php5: remove aport
Diffstat (limited to 'community/php5/gd-iconv.patch')
-rw-r--r-- | community/php5/gd-iconv.patch | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/community/php5/gd-iconv.patch b/community/php5/gd-iconv.patch deleted file mode 100644 index 7f7bd0e196..0000000000 --- a/community/php5/gd-iconv.patch +++ /dev/null @@ -1,45 +0,0 @@ -diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 -index e643e52..fc41ab9 100644 ---- a/ext/gd/config.m4 -+++ b/ext/gd/config.m4 -@@ -6,6 +6,9 @@ dnl - dnl Configure options - dnl - -+PHP_ARG_WITH(iconv-dir, iconv dir for GD and XMLRPC-EPI, -+[ --with-iconv-dir=DIR GD/XMLRPC-EPI: iconv dir for GD/XMLRPC-EPI],no,no) -+ - PHP_ARG_WITH(gd, for GD support, - [ --with-gd[=DIR] Include GD support. DIR is the GD library base - install directory [BUNDLED]]) -@@ -329,6 +332,18 @@ dnl enable the support in bundled GD library - GDLIB_CFLAGS="$GDLIB_CFLAGS -DJISX0208" - fi - -+ dnl link to iconv if needed -+ if test "$PHP_ICONV_DIR" != "no"; then -+ PHP_ICONV=$PHP_ICONV_DIR -+ fi -+ -+ if test -z "$PHP_ICONV" || test "$PHP_ICONV" = "no"; then -+ PHP_ICONV=yes -+ fi -+ -+ PHP_SETUP_ICONV(GD_SHARED_LIBADD, [], [ -+ AC_MSG_ERROR([iconv not found, in order to build gd you need the iconv library]) -+ ]) - else - - if test "$PHP_GD" != "no"; then ---- a/ext/xmlrpc/config.m4 -+++ b/ext/xmlrpc/config.m4 -@@ -18,9 +18,6 @@ - PHP_ARG_WITH(libexpat-dir, libexpat dir for XMLRPC-EPI, - [ --with-libexpat-dir=DIR XMLRPC-EPI: libexpat dir for XMLRPC-EPI (deprecated)],no,no) - --PHP_ARG_WITH(iconv-dir, iconv dir for XMLRPC-EPI, --[ --with-iconv-dir=DIR XMLRPC-EPI: iconv dir for XMLRPC-EPI],no,no) -- - if test "$PHP_XMLRPC" != "no"; then - - PHP_ADD_EXTENSION_DEP(xmlrpc, libxml) |