[65518] trunk/dports/games/neverball/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Mar 26 16:42:33 PDT 2010


Revision: 65518
          http://trac.macports.org/changeset/65518
Author:   ryandesign at macports.org
Date:     2010-03-26 16:42:32 -0700 (Fri, 26 Mar 2010)
Log Message:
-----------
neverball: patch in the patch phase, not the configure phase; disable default universal variant which wasn't being used properly; ensure we're UsingTheRightCompiler

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

Modified: trunk/dports/games/neverball/Portfile
===================================================================
--- trunk/dports/games/neverball/Portfile	2010-03-26 23:10:30 UTC (rev 65517)
+++ trunk/dports/games/neverball/Portfile	2010-03-26 23:42:32 UTC (rev 65518)
@@ -24,10 +24,14 @@
 		port:libsdl_mixer \
 		port:libsdl_ttf
 
-configure {
+post-patch {
 	reinplace "s|./data|${prefix}/share/${name}|g" ${worksrcpath}/share/config.h
 }
 
+use_configure	no
+
+build.args	CC=${configure.cc}
+
 destroot {
 	xinstall -d -m 755 ${destroot}${prefix}/share/
 	file copy ${worksrcpath}/data ${destroot}${prefix}/share/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100326/a2bc7457/attachment-0001.html>


More information about the macports-changes mailing list