From 66945b4faeaa98c0e91020ae769c69f30a14f08e Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Wed, 10 Aug 2011 09:09:28 +0000 Subject: Mark broken on sparc64 as well as i386. --- math/fftw/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'math') diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 817eb4ae61e3..f62d6a113550 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -44,10 +44,13 @@ PLIST_SUB+= DEF="" .endif .if ${ARCH} == "i386" -BROKEN= does not build CONFIGURE_ARGS+= --enable-i386-hacks .endif +.if ${ARCH} == "i386" || ${ARCH} == "sparc64" +BROKEN= does not build +.endif + post-patch: @${RM} ${WRKSRC}/doc/fftw.info* .if ${FFTW_FLAVOR}=="float" -- cgit v1.2.3