openbsd-ports/audio/libogg/patches/patch-configure
2010-06-03 15:47:42 +00:00

24 lines
705 B
Plaintext

$OpenBSD: patch-configure,v 1.9 2010/06/03 15:47:42 naddy Exp $
--- configure.orig Fri May 21 20:06:20 2010
+++ configure Fri May 21 20:07:01 2010
@@ -11082,7 +11082,7 @@ if test -z "$GCC"; then
;;
*)
DEBUG="-g"
- CFLAGS="-O"
+ CFLAGS=""
PROFILE="-g -p"
;;
esac
@@ -11156,8 +11156,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$
;;
*)
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