[83875] trunk/dports/games/vectoroids/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Sep 12 01:12:26 PDT 2011


Revision: 83875
          http://trac.macports.org/changeset/83875
Author:   ryandesign at macports.org
Date:     2011-09-12 01:12:26 -0700 (Mon, 12 Sep 2011)
Log Message:
-----------
vectoroids: ensure we're UsingTheRightCompiler and build_arch; add universal variant; remove unused CFLAGS and LDFLAGS

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

Modified: trunk/dports/games/vectoroids/Portfile
===================================================================
--- trunk/dports/games/vectoroids/Portfile	2011-09-12 08:08:56 UTC (rev 83874)
+++ trunk/dports/games/vectoroids/Portfile	2011-09-12 08:12:26 UTC (rev 83875)
@@ -25,9 +25,10 @@
 
 use_configure	no
 
-build.env	CFLAGS=-I${prefix}/include \
-		LDFLAGS=-L${prefix}/lib
+variant universal {}
 
+build.env	CC="${configure.cc} [get_canonical_archflags]"
+
 build.args	JOY=NO \
 		PREFIX=${prefix}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110912/aeaa065a/attachment.html>


More information about the macports-changes mailing list