diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-10-13 15:29:33 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-10-13 15:29:33 +0000 |
commit | c7db4f29b9d377e67d8307185f1436ea6fc47e0a (patch) | |
tree | 7a388ffd8feb20f3296476bd4af40f0dfd510422 /audio/vorbisgain/files/patch-Makefile.in | |
parent | Add 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-Makefile.in')
-rw-r--r-- | audio/vorbisgain/files/patch-Makefile.in | 23 |
1 files changed, 15 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. |