[87191] trunk/dports/fuse/ext2fuse/Portfile

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


Revision: 87191
          http://trac.macports.org/changeset/87191
Author:   rmstonecipher at macports.org
Date:     2011-11-13 10:26:15 -0800 (Sun, 13 Nov 2011)
Log Message:
-----------
fuse/ext2fuse changed configure.compiler (when set to clang) to llvm-gcc-4.2, related to #87190

Modified Paths:
--------------
    trunk/dports/fuse/ext2fuse/Portfile

Modified: trunk/dports/fuse/ext2fuse/Portfile
===================================================================
--- trunk/dports/fuse/ext2fuse/Portfile	2011-11-13 18:16:42 UTC (rev 87190)
+++ trunk/dports/fuse/ext2fuse/Portfile	2011-11-13 18:26:15 UTC (rev 87191)
@@ -27,6 +27,10 @@
 # e2fsprogs does not build for i386
 universal_variant   no
 
+if {${configure.compiler} == "clang"} {
+   configure.compiler llvm-gcc-4.2
+}
+
 configure.cflags-append -D__FreeBSD__=10
 configure.cflags-append -I${prefix}/include/fuse
 configure.cflags-append -DENABLE_SWAPFS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111113/694912b2/attachment.html>


More information about the macports-changes mailing list