[55654] trunk/dports/devel/icu

takanori at macports.org takanori at macports.org
Sun Aug 16 00:54:10 PDT 2009


Revision: 55654
          http://trac.macports.org/changeset/55654
Author:   takanori at macports.org
Date:     2009-08-16 00:54:09 -0700 (Sun, 16 Aug 2009)
Log Message:
-----------
icu: allow building on MacPorts 1.8 (#20250)

Modified Paths:
--------------
    trunk/dports/devel/icu/Portfile

Added Paths:
-----------
    trunk/dports/devel/icu/files/patch-source_configure.diff

Modified: trunk/dports/devel/icu/Portfile
===================================================================
--- trunk/dports/devel/icu/Portfile	2009-08-16 07:53:33 UTC (rev 55653)
+++ trunk/dports/devel/icu/Portfile	2009-08-16 07:54:09 UTC (rev 55654)
@@ -24,7 +24,8 @@
 distname        ${my_name}-[join [split ${version} .] _]
 extract.suffix  .tgz
 distfiles       [suffix ${distname}-src]
-patchfiles      patch-source_runConfigureICU.diff
+patchfiles      patch-source_runConfigureICU.diff \
+                patch-source_configure.diff
 
 checksums       ${distname}-src.tgz \
                 md5     e3738abd0d3ce1870dc1fd1f22bba5b1 \

Added: trunk/dports/devel/icu/files/patch-source_configure.diff
===================================================================
--- trunk/dports/devel/icu/files/patch-source_configure.diff	                        (rev 0)
+++ trunk/dports/devel/icu/files/patch-source_configure.diff	2009-08-16 07:54:09 UTC (rev 55654)
@@ -0,0 +1,15 @@
+--- ./configure.orig	2009-07-02 03:51:26.000000000 +0900
++++ ./configure	2009-08-16 16:15:49.000000000 +0900
+@@ -7058,11 +7058,8 @@
+ 	 test ! -s conftest.err
+        } && test -s conftest.$ac_objext; then
+ 
+-	# Check for potential -arch flags.  It is not universal unless
+-	# there are some -arch flags.  Note that *ppc* also matches
+-	# ppc64.  This check is also rather less than ideal.
+ 	case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in  #(
+-	  *-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;;
++	  *-arch*ppc*) ac_cv_c_bigendian=yes;;
+ 	esac
+ else
+   $as_echo "$as_me: failed program was:" >&5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090816/1efaf76e/attachment.html>


More information about the macports-changes mailing list