mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 11:36:40 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
12 lines
364 B
Text
12 lines
364 B
Text
--- configure.orig 2004-06-15 09:11:25 UTC
|
|
+++ configure
|
|
@@ -4533,8 +4533,7 @@ if test "${enable_debug+set}" = set; the
|
|
enableval="$enable_debug"
|
|
CFLAGS="-pipe -Wall -O0 -g"
|
|
else
|
|
- CFLAGS="-pipe -Wall -O3 -Wno-unused -DNO_DEBUG -DPIC -fPIC \
|
|
- -ffast-math -fomit-frame-pointer -funroll-loops"
|
|
+ CFLAGS="$CFLAGS -DNO_DEBUG -DPIC -fPIC"
|
|
|
|
fi;
|
|
|