[67282] trunk/dports/lang/gcc44/Portfile

mww at macports.org mww at macports.org
Tue May 4 04:34:51 PDT 2010


Revision: 67282
          http://trac.macports.org/changeset/67282
Author:   mww at macports.org
Date:     2010-05-04 04:34:45 -0700 (Tue, 04 May 2010)
Log Message:
-----------
#22234:
enable '--enable-fully-dynamic-string' on 10.6; (solves the problem when mixing binaries with the Apple-provided compilers -- see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41645)
inrease revision;

Modified Paths:
--------------
    trunk/dports/lang/gcc44/Portfile

Modified: trunk/dports/lang/gcc44/Portfile
===================================================================
--- trunk/dports/lang/gcc44/Portfile	2010-05-04 10:47:58 UTC (rev 67281)
+++ trunk/dports/lang/gcc44/Portfile	2010-05-04 11:34:45 UTC (rev 67282)
@@ -5,6 +5,7 @@
 name			gcc44
 epoch			1
 version			4.4.4
+revision		1
 platforms		darwin
 categories		lang
 maintainers		mww
@@ -124,6 +125,10 @@
 	configure.args-append --disable-multilib
 }
 
+platform darwin 10 {
+	configure.args-append --enable-fully-dynamic-string
+}
+
 # odcctools currently do not compile for x64 - move to variant for the time being
 variant odcctools \
 	description "Use the odcctools instead of the system provided ones - does not work for x64 currently!" {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100504/3cbd432f/attachment.html>


More information about the macports-changes mailing list