aboutsummaryrefslogtreecommitdiff
path: root/math/fftw
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2011-03-14 08:27:14 +0000
committerErwin Lansing <erwin@FreeBSD.org>2011-03-14 08:27:14 +0000
commit71c3df04be7f0c2889fc1f79e6fda5a424cff24a (patch)
treea47ff230c38ffba9136d19cadc3bcf06a46632fa /math/fftw
parentcd6b95aac294e82ed4371097f55ec3ce33f3c3eb (diff)
downloadports-71c3df04be7f0c2889fc1f79e6fda5a424cff24a.tar.gz
ports-71c3df04be7f0c2889fc1f79e6fda5a424cff24a.zip
Mark BROKEN on i386: does not build
Notes
Notes: svn path=/head/; revision=270853
Diffstat (limited to 'math/fftw')
-rw-r--r--math/fftw/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile
index fb50d7f32a7e..817eb4ae61e3 100644
--- a/math/fftw/Makefile
+++ b/math/fftw/Makefile
@@ -44,6 +44,7 @@ PLIST_SUB+= DEF=""
.endif
.if ${ARCH} == "i386"
+BROKEN= does not build
CONFIGURE_ARGS+= --enable-i386-hacks
.endif