[96885] trunk/dports/games/gti/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Aug 20 15:21:30 PDT 2012


Revision: 96885
          https://trac.macports.org/changeset/96885
Author:   ryandesign at macports.org
Date:     2012-08-20 15:21:25 -0700 (Mon, 20 Aug 2012)
Log Message:
-----------
gti: actually use the right compiler and -arch flags; license MIT

Modified Paths:
--------------
    trunk/dports/games/gti/Portfile

Modified: trunk/dports/games/gti/Portfile
===================================================================
--- trunk/dports/games/gti/Portfile	2012-08-20 21:56:20 UTC (rev 96884)
+++ trunk/dports/games/gti/Portfile	2012-08-20 22:21:25 UTC (rev 96885)
@@ -5,10 +5,10 @@
 PortGroup           github 1.0
 
 github.setup        rwos gti 1.0.3 v
-
+revision            1
 categories          games
 maintainers         g5pw openmaintainer
-supported_archs     noarch
+license             MIT
 
 description         Just a silly git launcher, basically. Inspired by sl.
 long_description    ${description}
@@ -27,6 +27,6 @@
 variant universal {}
 
 # Ensure we are UsingTheRightCompiler
-build.args-append   GCC="${configure.cc} [get_canonical_archflags]"
+build.args-append   CC="${configure.cc} [get_canonical_archflags cc]"
 
 destroot.destdir    PREFIX=${destroot}${prefix}/bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120820/7cab9872/attachment.html>


More information about the macports-changes mailing list