openbsd-ports/audio/vorbis-tools/patches/patch-configure
naddy 423c853854 Upgrade to Ogg Vorbis RC3.
Note: When encoding, use -q for quality and bitrate control.  -b
has deen deprecated and will not do what you expect.
2002-01-16 03:10:21 +00:00

24 lines
707 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2002/01/16 03:10:21 naddy Exp $
--- configure.orig Wed Jan 2 00:14:51 2002
+++ configure Wed Jan 2 00:15:46 2002
@@ -5342,7 +5342,7 @@ if test -z "$GCC"; then
;;
*)
DEBUG="-g"
- CFLAGS="-O"
+ CFLAGS=""
PROFILE="-g -p"
;;
esac
@@ -5365,8 +5365,8 @@ else
;;
*)
DEBUG="-g -Wall -fsigned-char"
- CFLAGS="-O20 -fsigned-char"
- PROFILE="-O20 -g -pg -fsigned-char"
+ CFLAGS="-fsigned-char"
+ PROFILE="-g -pg -fsigned-char"
;;
esac
fi