math/fftw3: drop FreeBSD 11.1 support per EOL

PR:		220590 (for tracking)
This commit is contained in:
Jan Beich 2018-10-10 21:44:41 +00:00
parent 96bc9a92c5
commit 05f71ba48e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481771

View file

@ -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