openbsd-ports/audio/vorbis-tools/patches/patch-configure_ac
naddy 706b3d4b4b Add Josh Coalson's patches to allow vorbis-tools to build (in principle)
on either side of the FLAC 1.1.2/1.1.3 API boundary.  No binary changes.
2007-03-16 16:40:11 +00:00

24 lines
708 B
Plaintext

$OpenBSD: patch-configure_ac,v 1.1 2007/03/16 16:40:11 naddy Exp $
--- configure.ac.orig Fri Mar 16 16:44:11 2007
+++ configure.ac Fri Mar 16 16:44:35 2007
@@ -51,7 +51,7 @@ if test -z "$GCC"; then
;;
*)
DEBUG="-g"
- CFLAGS="-O"
+ CFLAGS=""
PROFILE="-g -p"
;;
esac
@@ -74,8 +74,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