[102120] trunk/dports/devel/ctags/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Jan 28 00:11:47 PST 2013


Revision: 102120
          https://trac.macports.org/changeset/102120
Author:   jeremyhu at macports.org
Date:     2013-01-28 00:11:47 -0800 (Mon, 28 Jan 2013)
Log Message:
-----------
ctags: Catch more compiler choices

Modified Paths:
--------------
    trunk/dports/devel/ctags/Portfile

Modified: trunk/dports/devel/ctags/Portfile
===================================================================
--- trunk/dports/devel/ctags/Portfile	2013-01-28 07:42:31 UTC (rev 102119)
+++ trunk/dports/devel/ctags/Portfile	2013-01-28 08:11:47 UTC (rev 102120)
@@ -36,7 +36,10 @@
 
 destroot.destdir prefix=${destroot}${prefix}
 
-# builds with llvm and -O2 but doesn't run correctly, ticket #31256
-if {${configure.compiler} == "clang" || ${configure.compiler} == "llvm-gcc-4.2"} {
+# builds with llvm and -O2 but doesn't run correctly
+# http://trac.macports.org/ticket/31256
+if {[string match *clang* ${configure.compiler}] ||
+    [string match *dragonegg* ${configure.compiler}] ||
+    [string match *llvm* ${configure.compiler}]} {
     configure.optflags -O1
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130128/bcf6042e/attachment.html>


More information about the macports-changes mailing list