summaryrefslogtreecommitdiff
path: root/math/reduce/files
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2017-03-01 06:38:42 +0000
committerWen Heping <wen@FreeBSD.org>2017-03-01 06:38:42 +0000
commit269fc4be08a4308692e9bbfb96059e9557d3f710 (patch)
tree3844bb572494bfb95f3226129fc0f45e60e91449 /math/reduce/files
parentUpdate to 20080615.2. Changes include: (diff)
- Update to version 20170124
PR: 217410 Submitted by: pfg@(maintainer)
Notes
Notes: svn path=/head/; revision=435122
Diffstat (limited to 'math/reduce/files')
-rw-r--r--math/reduce/files/patch-fox-configure.ac11
-rw-r--r--math/reduce/files/runpsl.sh3
2 files changed, 14 insertions, 0 deletions
diff --git a/math/reduce/files/patch-fox-configure.ac b/math/reduce/files/patch-fox-configure.ac
new file mode 100644
index 000000000000..79d9c9094803
--- /dev/null
+++ b/math/reduce/files/patch-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
diff --git a/math/reduce/files/runpsl.sh b/math/reduce/files/runpsl.sh
index a05817a6d572..67de252482a8 100644
--- a/math/reduce/files/runpsl.sh
+++ b/math/reduce/files/runpsl.sh
@@ -4,6 +4,9 @@ case `uname -m` in
amd64)
STORE=2000
;;
+i386)
+ STORE=16000000
+ ;;
esac
bin="/usr/local/share/reduce/psl/bpsl"