[80169] trunk/dports/graphics/lensfun/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Jul 5 13:09:18 PDT 2011


Revision: 80169
          http://trac.macports.org/changeset/80169
Author:   jeremyhu at macports.org
Date:     2011-07-05 13:09:18 -0700 (Tue, 05 Jul 2011)
Log Message:
-----------
lensfun: Remove fallback to llvm-gcc from clang

Newer versions of clang (trunk) can build this now, so we'll probably have the
fix by the time clang becomes a default compiler in MacPorts.

Modified Paths:
--------------
    trunk/dports/graphics/lensfun/Portfile

Modified: trunk/dports/graphics/lensfun/Portfile
===================================================================
--- trunk/dports/graphics/lensfun/Portfile	2011-07-05 19:58:49 UTC (rev 80168)
+++ trunk/dports/graphics/lensfun/Portfile	2011-07-05 20:09:18 UTC (rev 80169)
@@ -32,12 +32,6 @@
 patchfiles          patch-pkgconfig.diff \
                     patch-build-tibs-target-mac-mak.diff
 
-# BUILD FIX TODO:
-# 2011.06.30 -- clang reports that there is some inline asm it can't handle yet
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2 
-}
-
 platform powerpc {
         configure.args    --target=mac.powerpc.powerpc \
                           --vectorization=''
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110705/12bd876f/attachment.html>


More information about the macports-changes mailing list