summaryrefslogtreecommitdiff
path: root/audio/vorbisgain/files
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
parentAdd p5-GTop 0.11, a Perl interface to libgtop. (diff)
* Update to 0.34.
* Complete overhaul of the port. Obtained from: OpenBSD
Diffstat (limited to 'audio/vorbisgain/files')
-rw-r--r--audio/vorbisgain/files/patch-Makefile.in23
-rw-r--r--audio/vorbisgain/files/patch-configure25
2 files changed, 40 insertions, 8 deletions
diff --git a/audio/vorbisgain/files/patch-Makefile.in b/audio/vorbisgain/files/patch-Makefile.in
index a736a798d363..456ce42bcaf4 100644
--- a/audio/vorbisgain/files/patch-Makefile.in
+++ b/audio/vorbisgain/files/patch-Makefile.in
@@ -1,11 +1,18 @@
---- Makefile.in.orig Fri Jan 3 19:03:10 2003
-+++ Makefile.in Fri Jan 3 19:04:08 2003
-@@ -71,7 +71,7 @@
- am__quote = @am__quote@
- install_sh = @install_sh@
+
+$FreeBSD$
+
+--- Makefile.in.orig Mon Oct 13 16:58:56 2003
++++ Makefile.in Mon Oct 13 16:59:12 2003
+@@ -417,10 +417,10 @@
--mandir = @MANDIR@
-+mandir = @prefix@/man
- AUTOMAKE_OPTIONS = foreign dist-zip
+ debug:
+- $(MAKE) all CFLAGS="@DEBUG@"
++ $(MAKE) all CFLAGS="@DEBUG@"
+ profile:
+- $(MAKE) all CFLAGS="@PROFILE@"
++ $(MAKE) all CFLAGS="@PROFILE@"
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
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