Revision
110367
Author
jeremyhu@macports.org
Date
2013-08-30 11:33:16 -0700 (Fri, 30 Aug 2013)

Log Message

FScript: Remove clang blacklisting.  This port doesn't compile out of the box on Lion or ML with or without clang being blacklisted.  Perhaps we should just remove this port since it doesn't build at all.

Modified Paths

Diff

Modified: trunk/dports/aqua/FScript/Portfile (110366 => 110367)


--- trunk/dports/aqua/FScript/Portfile	2013-08-30 18:18:10 UTC (rev 110366)
+++ trunk/dports/aqua/FScript/Portfile	2013-08-30 18:33:16 UTC (rev 110367)
@@ -49,10 +49,6 @@
     default_variants        +ib_plugin
 }
 
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
-}
-
 macosx_deployment_target 10.6
 
 variant ib_plugin description "Install the Interface Builder Plug-in" {