Mark broken on sparc64 as well as i386.

This commit is contained in:
Mark Linimon 2011-08-10 09:09:28 +00:00
parent ecf47ec346
commit 66945b4fae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279397

View File

@ -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"