[62319] trunk/dports/devel/pccts/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Mon Jan 4 07:32:57 PST 2010


Revision: 62319
          http://trac.macports.org/changeset/62319
Author:   macsforever2000 at macports.org
Date:     2010-01-04 07:32:53 -0800 (Mon, 04 Jan 2010)
Log Message:
-----------
Fix universal variant. (#21031)

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

Modified: trunk/dports/devel/pccts/Portfile
===================================================================
--- trunk/dports/devel/pccts/Portfile	2010-01-04 12:54:40 UTC (rev 62318)
+++ trunk/dports/devel/pccts/Portfile	2010-01-04 15:32:53 UTC (rev 62319)
@@ -34,7 +34,7 @@
 build.target
 
 variant universal {
-	build.args-append	CC="gcc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc"
+	build.args-append	CC="${configure.cc} ${configure.universal_cflags}"
 }
 
 destroot	{    	
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100104/76e704f9/attachment.html>


More information about the macports-changes mailing list