Mark as broken on sparc64: fails to compile.

This commit is contained in:
Mark Linimon 2009-03-16 09:35:28 +00:00
parent d7f19049c1
commit c4e3a5d64a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230202

View File

@ -32,6 +32,10 @@ OPTIONS= FFTW3 "Use FFT routines from math/fftw3" on \
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
.if !defined(WITHOUT_FFTW3) && defined(WITH_FFTW2)
IGNORE= Cannot build with FFTW3 and FFTW2. Run 'make config' again and choose only one of them.
.endif