[127290] trunk/dports/devel/lzo/Portfile
ryandesign at macports.org
ryandesign at macports.org
Fri Oct 24 15:45:11 PDT 2014
Revision: 127290
https://trac.macports.org/changeset/127290
Author: ryandesign at macports.org
Date: 2014-10-24 15:45:11 -0700 (Fri, 24 Oct 2014)
Log Message:
-----------
lzo: clang does not experience ancient gcc bugs, the workarounds for which clang doesn't understand either (#45596)
Modified Paths:
--------------
trunk/dports/devel/lzo/Portfile
Modified: trunk/dports/devel/lzo/Portfile
===================================================================
--- trunk/dports/devel/lzo/Portfile 2014-10-24 22:37:13 UTC (rev 127289)
+++ trunk/dports/devel/lzo/Portfile 2014-10-24 22:45:11 UTC (rev 127290)
@@ -31,6 +31,10 @@
configure.ccache no
configure.args --enable-shared --disable-static
+if {[string match *clang* ${configure.compiler}]} {
+ configure.args-append mfx_cv_prog_gcc_bug_schedule_insns=no
+}
+
post-configure {
if {[variant_isset universal]} {
system -W ${worksrcpath} "ed - config.h < ${filespath}/config.h.ed && touch stamp-h1"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141024/44739c00/attachment-0001.html>
More information about the macports-changes
mailing list