svn commit: r481771 - head/math/fftw3

Jan Beich jbeich at FreeBSD.org
Wed Oct 10 21:44:42 UTC 2018


Author: jbeich
Date: Wed Oct 10 21:44:41 2018
New Revision: 481771
URL: https://svnweb.freebsd.org/changeset/ports/481771

Log:
  math/fftw3: drop FreeBSD 11.1 support per EOL
  
  PR:		220590 (for tracking)

Modified:
  head/math/fftw3/Makefile   (contents, props changed)

Modified: head/math/fftw3/Makefile
==============================================================================
--- head/math/fftw3/Makefile	Wed Oct 10 21:44:29 2018	(r481770)
+++ head/math/fftw3/Makefile	Wed Oct 10 21:44:41 2018	(r481771)
@@ -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
 


More information about the svn-ports-all mailing list