mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Mark broken on sparc64 as well as i386.
This commit is contained in:
parent
ecf47ec346
commit
66945b4fae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279397
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user