diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2011-03-14 08:27:14 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2011-03-14 08:27:14 +0000 |
commit | 71c3df04be7f0c2889fc1f79e6fda5a424cff24a (patch) | |
tree | a47ff230c38ffba9136d19cadc3bcf06a46632fa /math/fftw | |
parent | cd6b95aac294e82ed4371097f55ec3ce33f3c3eb (diff) | |
download | ports-71c3df04be7f0c2889fc1f79e6fda5a424cff24a.tar.gz ports-71c3df04be7f0c2889fc1f79e6fda5a424cff24a.zip |
Notes
Diffstat (limited to 'math/fftw')
-rw-r--r-- | math/fftw/Makefile | 1 |
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 |