ports/audio/blop/files/patch-configure
Kirill Ponomarev cedda53ff2 Update to version 0.2.8
PR:		ports/71120
Submitted by:	Ports Fury
2004-08-30 07:22:00 +00:00

12 lines
349 B
Text

--- configure.orig Tue Jun 15 18:11:25 2004
+++ configure Mon Aug 30 03:37:21 2004
@@ -4533,8 +4533,7 @@
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;