openbsd-ports/audio/vorbisgain/patches/patch-configure
naddy cdbf6ccbe1 Import vorbisgain 0.32.
Submitted by Han Boetes <han@mijncomputer.nl>

VorbisGain is a utility that uses a psychoacoustic method to correct the
volume of an Ogg Vorbis file to a predefined standardized loudness.
2003-03-29 00:35:43 +00:00

24 lines
715 B
Plaintext

$OpenBSD: patch-configure,v 1.1.1.1 2003/03/29 00:35:43 naddy Exp $
--- configure.orig Fri Jul 5 18:16:48 2002
+++ configure Sun Mar 23 16:47:22 2003
@@ -2114,7 +2114,7 @@ if test -z "$GCC"; then
case $host in
*)
DEBUG="-g"
- CFLAGS="-O"
+ CFLAGS=""
PROFILE="-g -p"
;;
esac
@@ -2122,8 +2122,8 @@ else
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