summaryrefslogtreecommitdiff
path: root/audio/vorbisgain/files/patch-configure
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-10-13 15:29:33 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-10-13 15:29:33 +0000
commitc7db4f29b9d377e67d8307185f1436ea6fc47e0a (patch)
tree7a388ffd8feb20f3296476bd4af40f0dfd510422 /audio/vorbisgain/files/patch-configure
parentAdd p5-GTop 0.11, a Perl interface to libgtop. (diff)
* Update to 0.34.
* Complete overhaul of the port. Obtained from: OpenBSD
Notes
Notes: svn path=/head/; revision=91062
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