Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2014 20:36:14 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362109 - head/net/php53-xmlrpc/files
Message-ID:  <201407162036.s6GKaE7H094339@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: flo
Date: Wed Jul 16 20:36:14 2014
New Revision: 362109
URL: http://svnweb.freebsd.org/changeset/ports/362109
QAT: https://qat.redports.org/buildarchive/r362109/

Log:
  Merge a patch from lang/php5 to fix build breakage.
  
  Requested by:	George L. Yermulnik <yz@yz.kiev.ua>

Added:
  head/net/php53-xmlrpc/files/
  head/net/php53-xmlrpc/files/patch-config.m4
     - copied unchanged from r361487, head/net/php5-xmlrpc/files/patch-config.m4

Copied: head/net/php53-xmlrpc/files/patch-config.m4 (from r361487, head/net/php5-xmlrpc/files/patch-config.m4)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/php53-xmlrpc/files/patch-config.m4	Wed Jul 16 20:36:14 2014	(r362109, copy of r361487, head/net/php5-xmlrpc/files/patch-config.m4)
@@ -0,0 +1,23 @@
+--- config.m4.orig	2014-05-15 08:00:57.801291749 +0000
++++ config.m4	2014-05-15 08:01:40.161014307 +0000
+@@ -61,11 +61,9 @@
+     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 @@
+     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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407162036.s6GKaE7H094339>