[50275] trunk/dports/math/diehard/Portfile

jmr at macports.org jmr at macports.org
Tue Apr 28 11:33:01 PDT 2009


Revision: 50275
          http://trac.macports.org/changeset/50275
Author:   jmr at macports.org
Date:     2009-04-28 11:33:01 -0700 (Tue, 28 Apr 2009)
Log Message:
-----------
diehard: use configure.cc

Modified Paths:
--------------
    trunk/dports/math/diehard/Portfile

Modified: trunk/dports/math/diehard/Portfile
===================================================================
--- trunk/dports/math/diehard/Portfile	2009-04-28 18:30:30 UTC (rev 50274)
+++ trunk/dports/math/diehard/Portfile	2009-04-28 18:33:01 UTC (rev 50275)
@@ -19,12 +19,10 @@
 use_configure	no
 
 build.target
+build.args	CC=${configure.cc}
 
 destroot {
 	xinstall -m 755 ${worksrcpath}/diehard ${destroot}${prefix}/bin
 	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
 	xinstall -m 644 ${worksrcpath}/NOTES ${destroot}${prefix}/share/doc/${name}
 }
-
-platform darwin 8 { build.args	CC=/usr/bin/gcc-4.0 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090428/87fc5bc0/attachment.html>


More information about the macports-changes mailing list