507b59dca2
WaveGain is a program that applies ReplayGain to wave files. The FreeBSD port of WaveGain is with a patch from gnormalize whose author is Claudio Fernandes de Souza Rodrigues. The author of WaveGain is John Edwards. WWW: http://www.rarewares.org/others.html PR: ports/123963 Submitted by: Denise H. G. <darcsis@gmail.com>
9 lines
288 B
Text
9 lines
288 B
Text
--- Makefile.linux 2005-11-30 11:17:14.000000000 +0800
|
|
+++ Makefile.linux 2008-05-24 22:14:34.000000000 +0800
|
|
@@ -1,5 +1,5 @@
|
|
all:
|
|
- gcc *.c -o wavegain -DHAVE_CONFIG_H -lm -lsndfile
|
|
+ gcc *.c -o wavegain -DHAVE_CONFIG_H -lm -lsndfile -L/usr/local/lib
|
|
|
|
install:
|
|
install -d /usr/bin/
|