1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/math/freefem/files/patch-ah
Kevin Lo 382ea11c4e Update to version 3.5.1
PR: 23135
Submitted by: Ports Fury
2000-11-28 15:18:37 +00:00

12 lines
451 B
Plaintext

--- 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"