[34188] trunk/dports/math/fftw-3/Portfile
takeshi at macports.org
takeshi at macports.org
Sat Feb 16 19:05:35 PST 2008
Revision: 34188
http://trac.macosforge.org/projects/macports/changeset/34188
Author: takeshi at macports.org
Date: 2008-02-16 19:05:33 -0800 (Sat, 16 Feb 2008)
Log Message:
-----------
Added -fno-common option
Modified Paths:
--------------
trunk/dports/math/fftw-3/Portfile
Modified: trunk/dports/math/fftw-3/Portfile
===================================================================
--- trunk/dports/math/fftw-3/Portfile 2008-02-17 00:46:11 UTC (rev 34187)
+++ trunk/dports/math/fftw-3/Portfile 2008-02-17 03:05:33 UTC (rev 34188)
@@ -3,7 +3,7 @@
PortSystem 1.0
name fftw-3
version 3.1.2
-revision 1
+revision 2
categories math
platforms darwin
maintainers takeshi at macports.org
@@ -47,6 +47,8 @@
--mandir=${prefix}/share/man \
--infodir=${prefix}/share/info
+configure.cflags-append -fno-common
+
post-build {
system "cd ${worksrcpath} && make check"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080216/04e6595f/attachment.html
More information about the macports-changes
mailing list