diff options
author | ahze <ahze@FreeBSD.org> | 2006-04-14 22:23:03 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-04-14 22:23:03 +0800 |
commit | cd0c5941ab568e266a4f34d20530df26baaa599f (patch) | |
tree | 916118ead9b2e4ab32210273599fc37f95bac067 /math/fftw3-long/Makefile | |
parent | 0fc92424b7d02a116216279e2e3750f894551257 (diff) | |
download | freebsd-ports-gnome-cd0c5941ab568e266a4f34d20530df26baaa599f.tar.gz freebsd-ports-gnome-cd0c5941ab568e266a4f34d20530df26baaa599f.tar.zst freebsd-ports-gnome-cd0c5941ab568e266a4f34d20530df26baaa599f.zip |
- Add support for atleast sparc64 and maybe other 64bit cpus
- Grab MAINTAINER on ldouble
Diffstat (limited to 'math/fftw3-long/Makefile')
-rw-r--r-- | math/fftw3-long/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fftw3-long/Makefile b/math/fftw3-long/Makefile index d2c697364a05..2b38019f91ac 100644 --- a/math/fftw3-long/Makefile +++ b/math/fftw3-long/Makefile @@ -12,6 +12,6 @@ COMMENT= Fast C routines (Long Double Percision) FFTW3_FLAVOR= long MASTERDIR= ${.CURDIR}/../../math/fftw3 -ONLY_FOR_ARCHS= i386 +#ONLY_FOR_ARCHS= i386 sparc64 .include "${MASTERDIR}/Makefile" |