summaryrefslogtreecommitdiff
path: root/audio/libvorbis/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libvorbis/files/patch-configure')
-rw-r--r--audio/libvorbis/files/patch-configure26
1 files changed, 13 insertions, 13 deletions
diff --git a/audio/libvorbis/files/patch-configure b/audio/libvorbis/files/patch-configure
index ee94080e0feb..445785758c6e 100644
--- a/audio/libvorbis/files/patch-configure
+++ b/audio/libvorbis/files/patch-configure
@@ -1,9 +1,9 @@
$FreeBSD$
---- configure.orig Fri Jul 19 16:12:17 2002
-+++ configure Sat Oct 5 17:57:37 2002
-@@ -5441,7 +5442,7 @@
+--- configure.orig 2009-07-06 20:01:46.000000000 +0200
++++ configure 2009-07-06 20:02:20.000000000 +0200
+@@ -20489,7 +20489,7 @@ if test -z "$GCC"; then
PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc" ;;
*)
DEBUG="-g"
@@ -12,16 +12,16 @@ $FreeBSD$
PROFILE="-g -p" ;;
esac
else
-@@ -5536,9 +5537,9 @@
- CFLAGS="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char"
- PROFILE="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -pg -O4 -ffast-math -fsigned-char";;
- *)
-- DEBUG="-g -Wall -W -D__NO_MATH_INLINES -fsigned-char"
-- CFLAGS="-O20 -D__NO_MATH_INLINES -fsigned-char"
+@@ -20663,9 +20663,9 @@ rm -f core conftest.err conftest.$ac_obj
+ CFLAGS="-O20 -Wall -W -ffast-math -D_REENTRANT -fsigned-char"
+ PROFILE="-pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char";;
+ *)
+- DEBUG="-g -Wall -Wextra -D__NO_MATH_INLINES -fsigned-char"
+- CFLAGS="-O20 -Wall -Wextra -D__NO_MATH_INLINES -fsigned-char"
- PROFILE="-O20 -g -pg -D__NO_MATH_INLINES -fsigned-char" ;;
-+ DEBUG="-g -Wall -W -fsigned-char"
-+ CFLAGS="-fsigned-char"
++ DEBUG="-g -Wall -Wextra -fsigned-char"
++ CFLAGS="-Wall -Wextra -fsigned-char"
+ PROFILE="-g -pg -fsigned-char" ;;
esac
- fi
- CFLAGS="$CFLAGS $cflags_save"
+
+ { echo "$as_me:$LINENO: checking if $CC accepts -Wdeclaration-after-statement" >&5