[87190] trunk/dports/sysutils/e2fsprogs/Portfile

rmstonecipher at macports.org rmstonecipher at macports.org
Sun Nov 13 10:16:46 PST 2011


Revision: 87190
          http://trac.macports.org/changeset/87190
Author:   rmstonecipher at macports.org
Date:     2011-11-13 10:16:42 -0800 (Sun, 13 Nov 2011)
Log Message:
-----------
sysutils/e2fsprogs changed configure.compiler (when set to clang) to llvm-gcc-4.2, closes #31090

Modified Paths:
--------------
    trunk/dports/sysutils/e2fsprogs/Portfile

Modified: trunk/dports/sysutils/e2fsprogs/Portfile
===================================================================
--- trunk/dports/sysutils/e2fsprogs/Portfile	2011-11-13 16:42:47 UTC (rev 87189)
+++ trunk/dports/sysutils/e2fsprogs/Portfile	2011-11-13 18:16:42 UTC (rev 87190)
@@ -31,6 +31,10 @@
 
 patchfiles                  patch-lib__Makefile.darwin-lib
 
+if {${configure.compiler} == "clang"} {
+   configure.compiler llvm-gcc-4.2
+}
+
 universal_variant           no
 
 configure.args-append       --enable-bsd-shlibs \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111113/85734af6/attachment.html>


More information about the macports-changes mailing list