aboutsummaryrefslogtreecommitdiffstats
path: root/math/fftw
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-08-10 17:09:28 +0800
committerlinimon <linimon@FreeBSD.org>2011-08-10 17:09:28 +0800
commitf69bc4e1005df4e7a1c1087d4f32a59aa07dbc98 (patch)
treebbcb8b46f8a71a444dafa394978e2df82561bd3c /math/fftw
parent9071090f0062c16303070abf7d3b0e09c1a8341e (diff)
downloadfreebsd-ports-gnome-f69bc4e1005df4e7a1c1087d4f32a59aa07dbc98.tar.gz
freebsd-ports-gnome-f69bc4e1005df4e7a1c1087d4f32a59aa07dbc98.tar.zst
freebsd-ports-gnome-f69bc4e1005df4e7a1c1087d4f32a59aa07dbc98.zip
Mark broken on sparc64 as well as i386.
Diffstat (limited to 'math/fftw')
-rw-r--r--math/fftw/Makefile5
1 files changed, 4 insertions, 1 deletions
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"