View | Details | Raw Unified | Return to bug 220590
Collapse All | Expand All

(-)math/fftw3/Makefile (+3 lines)
Lines 124-129 Link Here
124
.  if ${ARCH} == "i386" && (${COMPILER_TYPE} == "gcc" || !empty(USE_GCC)) && !${PORT_OPTIONS:MOPENMPI}
124
.  if ${ARCH} == "i386" && (${COMPILER_TYPE} == "gcc" || !empty(USE_GCC)) && !${PORT_OPTIONS:MOPENMPI}
125
CFLAGS+=	-malign-double
125
CFLAGS+=	-malign-double
126
.  endif
126
.  endif
127
.  if ${ARCH} == "armv6" && ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000
128
CFLAGS+=	-fno-unsafe-math-optimizations
129
.  endif
127
WITHOUT_NO_STRICT_ALIASING=	yes
130
WITHOUT_NO_STRICT_ALIASING=	yes
128
.endif # end OPTIMIZED_CFLAGS
131
.endif # end OPTIMIZED_CFLAGS
129
132

Return to bug 220590