openbsd-ports/audio/libogg/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
673 B
Plaintext

$OpenBSD: patch-configure,v 1.6 2003/12/14 00:52:22 naddy Exp $
--- configure.orig 2003-11-24 17:21:37.000000000 +0100
+++ configure 2003-11-24 17:26:18.000000000 +0100
@@ -7818,7 +7818,7 @@ if test -z "$GCC"; then
;;
*)
DEBUG="-g"
- CFLAGS="-O"
+ CFLAGS=""
PROFILE="-g -p"
;;
esac
@@ -7841,8 +7841,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