summaryrefslogtreecommitdiffstats
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-configure27
1 files changed, 0 insertions, 27 deletions
diff --git a/audio/libvorbis/files/patch-configure b/audio/libvorbis/files/patch-configure
deleted file mode 100644
index ee94080e0..000000000
--- a/audio/libvorbis/files/patch-configure
+++ /dev/null
@@ -1,27 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Fri Jul 19 16:12:17 2002
-+++ configure Sat Oct 5 17:57:37 2002
-@@ -5441,7 +5442,7 @@
- PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc" ;;
- *)
- DEBUG="-g"
-- CFLAGS="-O"
-+ CFLAGS=""
- 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"
-- PROFILE="-O20 -g -pg -D__NO_MATH_INLINES -fsigned-char" ;;
-+ DEBUG="-g -Wall -W -fsigned-char"
-+ CFLAGS="-fsigned-char"
-+ PROFILE="-g -pg -fsigned-char" ;;
- esac
- fi
- CFLAGS="$CFLAGS $cflags_save"