openbsd-ports/audio/vorbis-tools/patches/patch-configure
naddy 37cb16251e Update to Ogg Vorbis 1.0.1.
oggenc can now encode from FLAC, ogg123 can also play FLAC and speex files.
2003-12-14 00:52:21 +00:00

24 lines
733 B
Plaintext

$OpenBSD: patch-configure,v 1.4 2003/12/14 00:52:22 naddy Exp $
--- configure.orig 2003-12-14 00:29:16.000000000 +0100
+++ configure 2003-12-14 00:30:52.000000000 +0100
@@ -10361,7 +10361,7 @@ if test -z "$GCC"; then
;;
*)
DEBUG="-g"
- CFLAGS="-O"
+ CFLAGS=""
PROFILE="-g -p"
;;
esac
@@ -10384,8 +10384,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