[61080] trunk/dports/devel/libowfat/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Dec 1 11:46:08 PST 2009


Revision: 61080
          http://trac.macports.org/changeset/61080
Author:   ryandesign at macports.org
Date:     2009-12-01 11:46:08 -0800 (Tue, 01 Dec 2009)
Log Message:
-----------
libowfat: make sure we're always UsingTheRightCompiler

Modified Paths:
--------------
    trunk/dports/devel/libowfat/Portfile

Modified: trunk/dports/devel/libowfat/Portfile
===================================================================
--- trunk/dports/devel/libowfat/Portfile	2009-12-01 19:38:35 UTC (rev 61079)
+++ trunk/dports/devel/libowfat/Portfile	2009-12-01 19:46:08 UTC (rev 61080)
@@ -17,7 +17,8 @@
 use_bzip2		yes
 patchfiles		patch-GNUmakefile
 use_configure	no
-build.args		prefix=${prefix}
+build.args		prefix=${prefix} \
+			CC=${configure.cc}
 destroot.destdir	prefix=${destroot}${prefix}
 
 post-destroot {
@@ -27,7 +28,5 @@
     }
 }
 
-platform darwin 8 { build.args-append CC=/usr/bin/gcc-4.0 }
-
 livecheck.type  regex
 livecheck.regex "${name}-(\\d+\\.(?:.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091201/67f72698/attachment.html>


More information about the macports-changes mailing list