[56194] trunk/dports/lang/ficl/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Aug 24 23:26:58 PDT 2009


Revision: 56194
          http://trac.macports.org/changeset/56194
Author:   ryandesign at macports.org
Date:     2009-08-24 23:26:58 -0700 (Mon, 24 Aug 2009)
Log Message:
-----------
ficl: use configure.cc; see UsingTheRightCompiler

Modified Paths:
--------------
    trunk/dports/lang/ficl/Portfile

Modified: trunk/dports/lang/ficl/Portfile
===================================================================
--- trunk/dports/lang/ficl/Portfile	2009-08-25 06:24:55 UTC (rev 56193)
+++ trunk/dports/lang/ficl/Portfile	2009-08-25 06:26:58 UTC (rev 56194)
@@ -24,9 +24,9 @@
 
 use_configure           no
 
-build {
-    system "cd ${worksrcpath} && make -f Makefile.ansi"
-}
+build.target
+build.args              -f Makefile.ansi \
+                        CC=${configure.cc}
 
 destroot {
     file copy ${worksrcpath}/ficl ${destroot}${prefix}/bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090824/24d0d616/attachment.html>


More information about the macports-changes mailing list