diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-04-14 14:23:03 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-04-14 14:23:03 +0000 |
commit | 170df9496f4f2f723dff73697dd2493cfb139357 (patch) | |
tree | a8be15e0174f2941950251a13cb11812482686dd /math/fftw3-long | |
parent | cb9e57f674a9e49272abe97b91c6613f9860383e (diff) | |
download | ports-170df9496f4f2f723dff73697dd2493cfb139357.tar.gz ports-170df9496f4f2f723dff73697dd2493cfb139357.zip |
Notes
Diffstat (limited to 'math/fftw3-long')
-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" |