aboutsummaryrefslogtreecommitdiffstats
path: root/math/fftw3-long/Makefile
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2006-04-14 22:23:03 +0800
committerahze <ahze@FreeBSD.org>2006-04-14 22:23:03 +0800
commitcd0c5941ab568e266a4f34d20530df26baaa599f (patch)
tree916118ead9b2e4ab32210273599fc37f95bac067 /math/fftw3-long/Makefile
parent0fc92424b7d02a116216279e2e3750f894551257 (diff)
downloadfreebsd-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/Makefile2
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"