freebsd-ports/audio/vorbisgain/files/patch-Makefile.in
Christian Weisgerber c7db4f29b9 * Update to 0.34.
* Complete overhaul of the port.

Obtained from:	OpenBSD
2003-10-13 15:29:33 +00:00

18 lines
424 B
Text

$FreeBSD$
--- Makefile.in.orig Mon Oct 13 16:58:56 2003
+++ Makefile.in Mon Oct 13 16:59:12 2003
@@ -417,10 +417,10 @@
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.