summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-10-10 21:44:41 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-10-10 21:44:41 +0000
commit05f71ba48ef0152bb69be411e9a3f9439a42d75a (patch)
treeb4c74b0d8168ccb7ffe6eab6ec6db5313c6d4d3a /math
parentgraphics/colmap: drop FreeBSD 11.1 support per EOL (diff)
math/fftw3: drop FreeBSD 11.1 support per EOL
PR: 220590 (for tracking)
Diffstat (limited to 'math')
-rw-r--r--math/fftw3/Makefile3
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