From ee1f9469bfd5295563c8fcae98de1d796e99a668 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Fri, 23 Feb 2018 15:11:36 +0000 Subject: math/reduce: update to latest snapshot and cleanup. Make clear we are building the Codemist Standard Lisp (CSL) version. Remove parts of the PSL version that were previously not very well maintained as they are being moved out into a separate port. PR: 224234 Approved by: pi --- math/reduce/files/patch-csl_fox_configure.ac | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/reduce/files/patch-csl_fox_configure.ac (limited to 'math/reduce/files/patch-csl_fox_configure.ac') diff --git a/math/reduce/files/patch-csl_fox_configure.ac b/math/reduce/files/patch-csl_fox_configure.ac new file mode 100644 index 000000000000..79d9c9094803 --- /dev/null +++ b/math/reduce/files/patch-csl_fox_configure.ac @@ -0,0 +1,11 @@ +--- csl/fox/configure.ac.orig 2017-02-27 17:32:49.915004000 -0500 ++++ csl/fox/configure.ac 2017-02-27 17:35:58.712250000 -0500 +@@ -160,7 +160,7 @@ if test "x$enable_release" = "xyes" && t + CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -fstrict-aliasing" + ;; + *) +- CXXFLAGS="${CXXFLAGS} -Wuninitialized -fomit-frame-pointer -ffast-math -fstrict-aliasing -finline-functions -fexpensive-optimizations" ++ CXXFLAGS="${CXXFLAGS} -Wuninitialized -fomit-frame-pointer -ffast-math -fstrict-aliasing -finline-functions" + LDFLAGS="-s ${LDFLAGS}" + ;; + esac -- cgit v1.2.3