aboutsummaryrefslogtreecommitdiff
path: root/math/fftw3-long
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-04-14 14:23:03 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-04-14 14:23:03 +0000
commit170df9496f4f2f723dff73697dd2493cfb139357 (patch)
treea8be15e0174f2941950251a13cb11812482686dd /math/fftw3-long
parentcb9e57f674a9e49272abe97b91c6613f9860383e (diff)
downloadports-170df9496f4f2f723dff73697dd2493cfb139357.tar.gz
ports-170df9496f4f2f723dff73697dd2493cfb139357.zip
- Add support for atleast sparc64 and maybe other 64bit cpus
- Grab MAINTAINER on ldouble
Notes
Notes: svn path=/head/; revision=159490
Diffstat (limited to 'math/fftw3-long')
-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"