diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-28 15:18:37 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-28 15:18:37 +0000 |
commit | 382ea11c4eb7f8e22bdaf8e4f152fa18522293cc (patch) | |
tree | 91602f0ccf54af6dcef6f02289c3a41c3f52cbc0 /math/freefem/files/patch-ah | |
parent | Update to version 1.8.13 (diff) |
Update to version 3.5.1
PR: 23135
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=35491
Diffstat (limited to 'math/freefem/files/patch-ah')
-rw-r--r-- | math/freefem/files/patch-ah | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/freefem/files/patch-ah b/math/freefem/files/patch-ah new file mode 100644 index 000000000000..3fc46551eb83 --- /dev/null +++ b/math/freefem/files/patch-ah @@ -0,0 +1,11 @@ +--- configure.orig Mon Nov 27 23:54:52 2000 ++++ configure Mon Nov 27 23:57:18 2000 +@@ -4014,7 +4014,7 @@ + withval="$with_optimization" + + if test "$CXX" = "g++" || test "$CXX" = "c++" || test "$host_os" = "linux" ; then +- CXXFLAGS="-O3 -fforce-mem -fforce-addr -fomit-frame-pointer" ++ CXXFLAGS="$CXXFLAGS -fforce-mem -fforce-addr -fomit-frame-pointer" + fi + if test "$CXX" = "CC" && test "$host_os" = "hpux" ; then + CXXFLAGS="+O3 +a1" |