freebsd-ports/lang/pfe/files/patch-pfe::configure
Kirill Ponomarev e087888591 Update to version 0.32.94
PR:		ports/70118
Submitted by:	Ports Fury
2004-08-07 19:15:49 +00:00

15 lines
561 B
Text

--- pfe/configure.orig Tue Mar 4 07:04:06 2003
+++ pfe/configure Sat Aug 7 18:44:13 2004
@@ -11693,10 +11693,10 @@
GCC_WARN="" ; OPTIM="" ; DEBUG=""
echo "$as_me:11694: checking optimize level \"$WITHVAL_OPT\" is..." >&5
echo $ECHO_N "checking optimize level \"$WITHVAL_OPT\" is...... $ECHO_C" >&6
-CFLAGS=`echo " $CFLAGS " | sed -e 's/ -O[0-9]* / /'`
+CFLAGS=`echo " $CFLAGS "`
opt_level="$WITHVAL_OPT"
if test "$GCC" = "yes" ; then
- OPTIM="-O$opt_level"
+ OPTIM=""
if test "$with_sbr_call_threading" != "yes" ; then
cat >>confdefs.h <<\EOF