diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-10-11 05:44:41 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-10-11 05:44:41 +0800 |
commit | dfff3f5a928b0fb9ea7dba8ee279368bb5b6181a (patch) | |
tree | b4c74b0d8168ccb7ffe6eab6ec6db5313c6d4d3a /math | |
parent | 4b97894c213a4ef74ec4f2dca4d96918f79948da (diff) | |
download | freebsd-ports-gnome-dfff3f5a928b0fb9ea7dba8ee279368bb5b6181a.tar.gz freebsd-ports-gnome-dfff3f5a928b0fb9ea7dba8ee279368bb5b6181a.tar.zst freebsd-ports-gnome-dfff3f5a928b0fb9ea7dba8ee279368bb5b6181a.zip |
math/fftw3: drop FreeBSD 11.1 support per EOL
PR: 220590 (for tracking)
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw3/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index 083de302192a..1e915a5d9561 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -124,9 +124,6 @@ CFLAGS+= -fomit-frame-pointer . if ${ARCH} == "i386" && (${COMPILER_TYPE} == "gcc" || !empty(USE_GCC)) && !${PORT_OPTIONS:MOPENMPI} CFLAGS+= -malign-double . endif -. if ${ARCH} == "armv6" && ${OPSYS} == FreeBSD && ${OSVERSION} < 1200032 -CFLAGS+= -fno-unsafe-math-optimizations -. endif WITHOUT_NO_STRICT_ALIASING= yes .endif # end OPTIMIZED_CFLAGS |