[154163] trunk/dports/math/fftw-3/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Sun Oct 23 10:48:25 CEST 2016
Revision: 154163
https://trac.macports.org/changeset/154163
Author: jeremyhu at macports.org
Date: 2016-10-23 10:48:25 +0200 (Sun, 23 Oct 2016)
Log Message:
-----------
fftw-3: Workaround a build failure on Leopard
Modified Paths:
--------------
trunk/dports/math/fftw-3/Portfile
Modified: trunk/dports/math/fftw-3/Portfile
===================================================================
--- trunk/dports/math/fftw-3/Portfile 2016-10-23 07:23:00 UTC (rev 154162)
+++ trunk/dports/math/fftw-3/Portfile 2016-10-23 08:48:25 UTC (rev 154163)
@@ -104,6 +104,12 @@
use_parallel_build yes
+platform darwin {
+ if {${os.major} < 10} {
+ configure.args-append --with-our-malloc
+ }
+}
+
platform powerpc {
if {![variant_isset universal]} {
configure.args-append --enable-fma
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161023/0674ffdd/attachment-0002.html>
More information about the macports-changes
mailing list