openbsd-ports/audio/libogg/patches/patch-configure
2009-07-13 15:47:55 +00:00

24 lines
705 B
Plaintext

$OpenBSD: patch-configure,v 1.8 2009/07/13 15:47:55 naddy Exp $
--- configure.orig Wed Jun 24 17:27:08 2009
+++ configure Sat Jul 4 23:05:25 2009
@@ -19928,7 +19928,7 @@ if test -z "$GCC"; then
;;
*)
DEBUG="-g"
- CFLAGS="-O"
+ CFLAGS=""
PROFILE="-g -p"
;;
esac
@@ -20002,8 +20002,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