diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 01:09:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 01:09:52 +0800 |
commit | 4d704b08c99caa03dc2ff63a7862f9d667e1123c (patch) | |
tree | 8d35bb53421685a75d73d9baec319245bf816aad /math | |
parent | 58fbee2803e6c07b192ffbe83ec8dc09abdff374 (diff) | |
download | freebsd-ports-gnome-4d704b08c99caa03dc2ff63a7862f9d667e1123c.tar.gz freebsd-ports-gnome-4d704b08c99caa03dc2ff63a7862f9d667e1123c.tar.zst freebsd-ports-gnome-4d704b08c99caa03dc2ff63a7862f9d667e1123c.zip |
- Fix build on FreeBSD 10
With hat: portmgr
Diffstat (limited to 'math')
-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= |