summaryrefslogtreecommitdiff
path: root/audio/vorbisgain/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'audio/vorbisgain/files/patch-configure')
-rw-r--r--audio/vorbisgain/files/patch-configure25
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/vorbisgain/files/patch-configure b/audio/vorbisgain/files/patch-configure
new file mode 100644
index 000000000000..a2d18cdbd30a
--- /dev/null
+++ b/audio/vorbisgain/files/patch-configure
@@ -0,0 +1,25 @@
+
+$FreeBSD$
+
+--- configure.orig Mon Oct 13 17:05:18 2003
++++ configure Mon Oct 13 17:05:36 2003
+@@ -2450,7 +2450,7 @@
+ case $host in
+ *)
+ DEBUG="-g"
+- CFLAGS="-O"
++ CFLAGS=""
+ PROFILE="-g -p"
+ ;;
+ esac
+@@ -2458,8 +2458,8 @@
+ case $host in
+ *)
+ DEBUG="-g -Wall -fsigned-char"
+- CFLAGS="-O2 -fsigned-char"
+- PROFILE="-O2 -g -pg -fsigned-char"
++ CFLAGS="-fsigned-char"
++ PROFILE="-g -pg -fsigned-char"
+ ;;
+ esac
+ fi