[66424] trunk/dports/aqua

mcalhoun at macports.org mcalhoun at macports.org
Mon Apr 12 10:38:08 PDT 2010


Revision: 66424
          http://trac.macports.org/changeset/66424
Author:   mcalhoun at macports.org
Date:     2010-04-12 10:38:07 -0700 (Mon, 12 Apr 2010)
Log Message:
-----------
qt4-mac, qt4-mac-devel: Be consistent in the replacement of gcc with configure.gcc.

Modified Paths:
--------------
    trunk/dports/aqua/qt4-mac/Portfile
    trunk/dports/aqua/qt4-mac-devel/Portfile

Modified: trunk/dports/aqua/qt4-mac/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac/Portfile	2010-04-12 17:30:40 UTC (rev 66423)
+++ trunk/dports/aqua/qt4-mac/Portfile	2010-04-12 17:38:07 UTC (rev 66424)
@@ -164,6 +164,7 @@
     reinplace "s| g++\$| ${configure.cxx}|" ${worksrcpath}/mkspecs/common/g++.conf
     reinplace "s| gcc\$| ${configure.cc}|"  ${worksrcpath}/mkspecs/common/g++.conf
     reinplace "s| g++\$| ${configure.cxx}|" ${worksrcpath}/mkspecs/macx-g++/qmake.conf
+    reinplace "s| gcc\$| ${configure.cc}|"  ${worksrcpath}/mkspecs/macx-g++/qmake.conf
 }
 
 post-destroot {

Modified: trunk/dports/aqua/qt4-mac-devel/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac-devel/Portfile	2010-04-12 17:30:40 UTC (rev 66423)
+++ trunk/dports/aqua/qt4-mac-devel/Portfile	2010-04-12 17:38:07 UTC (rev 66424)
@@ -166,6 +166,7 @@
     reinplace "s| g++\$| ${configure.cxx}|" ${worksrcpath}/mkspecs/common/g++.conf
     reinplace "s| gcc\$| ${configure.cc}|"  ${worksrcpath}/mkspecs/common/g++.conf
     reinplace "s| g++\$| ${configure.cxx}|" ${worksrcpath}/mkspecs/macx-g++/qmake.conf
+    reinplace "s| gcc\$| ${configure.cc}|"  ${worksrcpath}/mkspecs/macx-g++/qmake.conf
 }
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100412/8ebe477e/attachment.html>


More information about the macports-changes mailing list