[52944] trunk/dports/audio/qtplay/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jun 25 17:02:21 PDT 2009


Revision: 52944
          http://trac.macports.org/changeset/52944
Author:   ryandesign at macports.org
Date:     2009-06-25 17:02:21 -0700 (Thu, 25 Jun 2009)
Log Message:
-----------
qtplay: use configure.cc; see UsingTheRightCompiler

Modified Paths:
--------------
    trunk/dports/audio/qtplay/Portfile

Modified: trunk/dports/audio/qtplay/Portfile
===================================================================
--- trunk/dports/audio/qtplay/Portfile	2009-06-25 23:55:00 UTC (rev 52943)
+++ trunk/dports/audio/qtplay/Portfile	2009-06-26 00:02:21 UTC (rev 52944)
@@ -35,7 +35,7 @@
 
 set my_ldflags          "-framework Carbon -framework QuickTime"
 build {
-    system "cd ${worksrcpath} && gcc -o ${name} ${my_ldflags} ${name}.c"
+    system "cd ${worksrcpath} && ${configure.cc} -o ${name} ${my_ldflags} ${name}.c"
 }
 
 destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090625/9593a231/attachment.html>


More information about the macports-changes mailing list