freebsd-ports/audio/vorbisgain/files/patch-configure
Christian Weisgerber c7db4f29b9 * Update to 0.34.
* Complete overhaul of the port.

Obtained from:	OpenBSD
2003-10-13 15:29:33 +00:00

25 lines
630 B
Text

$FreeBSD$
--- configure.orig Mon Oct 13 17:05:18 2003
+++ configure Mon Oct 13 17:05:36 2003
@@ -2450,7 +2450,7 @@
case $host in
*)
DEBUG="-g"
- CFLAGS="-O"
+ CFLAGS=""
PROFILE="-g -p"
;;
esac
@@ -2458,8 +2458,8 @@
case $host in
*)
DEBUG="-g -Wall -fsigned-char"
- CFLAGS="-O2 -fsigned-char"
- PROFILE="-O2 -g -pg -fsigned-char"
+ CFLAGS="-fsigned-char"
+ PROFILE="-g -pg -fsigned-char"
;;
esac
fi