--- math/fftw3/Makefile (revision 445414) +++ math/fftw3/Makefile (working copy) @@ -124,6 +124,9 @@ . if ${ARCH} == "i386" && (${COMPILER_TYPE} == "gcc" || !empty(USE_GCC)) && !${PORT_OPTIONS:MOPENMPI} CFLAGS+= -malign-double . endif +. if ${ARCH} == "armv6" && ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000 +CFLAGS+= -fno-unsafe-math-optimizations +. endif WITHOUT_NO_STRICT_ALIASING= yes .endif # end OPTIMIZED_CFLAGS