1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/audio/kmpg/files/patch-ac
Thomas Gellekum 115f3155a8 New port kmpg, an MPEG audio player for KDE.
PR:		6727
Submitted by:	Hans Petter Bieker <hanspb@persbraten.vgs.no>
1998-06-12 08:06:02 +00:00

12 lines
564 B
Plaintext

--- lib/Makefile.orig Thu May 14 18:29:32 1998
+++ lib/Makefile Thu May 14 18:29:48 1998
@@ -208,7 +208,7 @@
mpg123.a: player.o mpg123_2.o common.o $(OBJECTS) decode_2to1.o decode_4to1.o \
tabinit.o audio.o layer1.o layer2.o layer3.o buffer.o \
getlopt.o httpget.o xfermem.o equalizer.o Makefile
- ar -rs mpg123.a player.o mpg123_2.o tabinit.o common.o layer1.o \
+ ar -r mpg123.a player.o mpg123_2.o tabinit.o common.o layer1.o \
layer2.o layer3.o audio.o buffer.o decode_2to1.o equalizer.o \
decode_4to1.o getlopt.o httpget.o xfermem.o $(OBJECTS)