diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-28 17:09:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-28 17:09:52 +0000 |
commit | 1ff6110ea9714148022986ccd5d2226e2c8f2381 (patch) | |
tree | d29e5cf254a020946bf2ff54afc32ee208278211 /math/fftw3 | |
parent | 9350c450c880a5232da6d9777b9f46881aec67db (diff) | |
download | ports-1ff6110ea9714148022986ccd5d2226e2c8f2381.tar.gz ports-1ff6110ea9714148022986ccd5d2226e2c8f2381.zip |
Notes
Diffstat (limited to 'math/fftw3')
-rw-r--r-- | math/fftw3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index 6a7899696b14..b6996e180516 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -17,6 +17,7 @@ DISTNAME= fftw-${PORTVERSION} MAINTAINER= bf@FreeBSD.org COMMENT?= Fast C routines to compute the Discrete Fourier Transform +WITH_FBSD10_FIX= yes # current flavors: default, float, and long FFTW3_FLAVOR?= default FFTW3_SUFX= |