[25617] trunk/dports/devel/icu/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat May 26 09:22:07 PDT 2007


Revision: 25617
          http://trac.macosforge.org/projects/macports/changeset/25617
Author:   nox at macports.org
Date:     2007-05-26 09:22:07 -0700 (Sat, 26 May 2007)

Log Message:
-----------
Removed configure ldflag -L${prefix}/lib in addition of cppflag -I${prefix}/include to fix bug #11981.
I haven't increased revision number as it works anyway and this is "just to be safe".

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

Modified: trunk/dports/devel/icu/Portfile
===================================================================
--- trunk/dports/devel/icu/Portfile	2007-05-26 15:52:34 UTC (rev 25616)
+++ trunk/dports/devel/icu/Portfile	2007-05-26 16:22:07 UTC (rev 25617)
@@ -34,9 +34,10 @@
                 --disable-samples
 
 # Fix bug #11981 that prevents ICU from building when upgrading.
-# The -I default parameter causes utilisation of outdated ICU headers instead of the right ones.
-# As this port has no dependencies, this trick is safe.
-configure.cppflags ""
+# The default configure flags causes utilisation of outdated ICU headers/libs instead of the right
+# ones. Eventually the virtual chroot mechanism will fix that.
+configure.cppflags {}
+configure.ldflags  {}
 
 test.run        yes
 test.target     check

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070526/9f812a4f/attachment.html


More information about the macports-changes mailing list