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

25 lines
623 B
Plaintext

$OpenBSD: patch-configure,v 1.15 2017/11/11 20:21:05 naddy Exp $
Index: configure
--- configure.orig
+++ configure
@@ -12183,7 +12183,7 @@ if test -z "$GCC"; then
;;
*)
DEBUG="-g"
- CFLAGS="-O"
+ CFLAGS=""
PROFILE="-g -p"
;;
esac
@@ -12206,8 +12206,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