summaryrefslogtreecommitdiff
path: root/audio/vorbis-tools/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'audio/vorbis-tools/files/patch-configure')
-rw-r--r--audio/vorbis-tools/files/patch-configure25
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/vorbis-tools/files/patch-configure b/audio/vorbis-tools/files/patch-configure
new file mode 100644
index 000000000000..4c28d162f384
--- /dev/null
+++ b/audio/vorbis-tools/files/patch-configure
@@ -0,0 +1,25 @@
+
+$FreeBSD$
+
+--- configure.orig Wed Jan 2 01:35:43 2002
++++ configure Wed Jan 2 01:35:59 2002
+@@ -5342,7 +5342,7 @@
+ ;;
+ *)
+ DEBUG="-g"
+- CFLAGS="-O"
++ CFLAGS=""
+ PROFILE="-g -p"
+ ;;
+ esac
+@@ -5365,8 +5365,8 @@
+ ;;
+ *)
+ 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