Date: Wed, 10 Oct 2018 21:44:42 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481771 - head/math/fftw3 Message-ID: <201810102144.w9ALigdw099219@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810102144.w9ALigdw099219>