openbsd-ports/audio/libogg/patches/patch-configure

24 lines
656 B
Plaintext

$OpenBSD: patch-configure,v 1.11 2011/01/15 20:57:09 naddy Exp $
--- configure.orig Tue Dec 7 11:04:03 2010
+++ configure Sat Jan 15 21:41:36 2011
@@ -10777,7 +10777,7 @@ if test -z "$GCC"; then
;;
*)
DEBUG="-g"
- CFLAGS="-O"
+ CFLAGS=""
PROFILE="-g -p"
;;
esac
@@ -10800,8 +10800,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