ports/audio/blop/files/patch-configure
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

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;