[91364] trunk/dports/gnome/gst-plugins-good/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Mar 30 13:53:32 PDT 2012


Revision: 91364
          https://trac.macports.org/changeset/91364
Author:   jeremyhu at macports.org
Date:     2012-03-30 13:53:32 -0700 (Fri, 30 Mar 2012)
Log Message:
-----------
gst-plugins-good: Use clang on XCode 4.2 and later

Modified Paths:
--------------
    trunk/dports/gnome/gst-plugins-good/Portfile

Modified: trunk/dports/gnome/gst-plugins-good/Portfile
===================================================================
--- trunk/dports/gnome/gst-plugins-good/Portfile	2012-03-30 20:22:21 UTC (rev 91363)
+++ trunk/dports/gnome/gst-plugins-good/Portfile	2012-03-30 20:53:32 UTC (rev 91364)
@@ -57,10 +57,9 @@
 
 configure.args-append   --disable-gtk-doc --disable-schemas-install --with-default-videosink=ximagesink
 
-# BUILD FIX TODO: clang
 # SSE register return with SSE disabled
-# <rdar://problem/9694837>
-if {${configure.compiler} == "clang"} {
+# <rdar://problem/9694837> - Fixed in XCode 4.2
+if {${configure.compiler} == "clang" && [vercmp ${xcodeversion} 4.2] < 0} {
     configure.compiler llvm-gcc-4.2
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120330/cb62cf1b/attachment.html>


More information about the macports-changes mailing list