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

jmr at macports.org jmr at macports.org
Sun May 27 16:49:24 PDT 2012


Revision: 93604
          https://trac.macports.org/changeset/93604
Author:   jmr at macports.org
Date:     2012-05-27 16:49:20 -0700 (Sun, 27 May 2012)
Log Message:
-----------
ctags: work around incorrect behaviour (#31256)

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

Modified: trunk/dports/devel/ctags/Portfile
===================================================================
--- trunk/dports/devel/ctags/Portfile	2012-05-27 23:08:28 UTC (rev 93603)
+++ trunk/dports/devel/ctags/Portfile	2012-05-27 23:49:20 UTC (rev 93604)
@@ -31,3 +31,8 @@
 use_parallel_build  yes
 
 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"} {
+    configure.optflags -O1
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120527/a7c67c30/attachment.html>


More information about the macports-changes mailing list