[96568] trunk/dports/math/pspp-devel/Portfile
snc at macports.org
snc at macports.org
Tue Aug 14 12:40:33 PDT 2012
Revision: 96568
https://trac.macports.org/changeset/96568
Author: snc at macports.org
Date: 2012-08-14 12:40:32 -0700 (Tue, 14 Aug 2012)
Log Message:
-----------
pspp-devel: use -O1 when dealing with LLVM
Modified Paths:
--------------
trunk/dports/math/pspp-devel/Portfile
Modified: trunk/dports/math/pspp-devel/Portfile
===================================================================
--- trunk/dports/math/pspp-devel/Portfile 2012-08-14 19:25:07 UTC (rev 96567)
+++ trunk/dports/math/pspp-devel/Portfile 2012-08-14 19:40:32 UTC (rev 96568)
@@ -47,6 +47,11 @@
--with-packager-version=${version}-${buildstamp} \
--with-packager-bug-reports=${maintainers}
+if {${configure.compiler} == "llvm-gcc-4.2"} {
+ configure.args-delete -O2
+ configure.args-append -O1
+}
+
use_parallel_build yes
test.run yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120814/f8f42e34/attachment.html>
More information about the macports-changes
mailing list