1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/audio/xwave/files/patch-aa
Maxim Sobolev 47aaab6ded - Update to version 2v2
PR:		19759
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-13 13:32:27 +00:00

12 lines
376 B
Plaintext

--- src/Imakefile.orig Mon Nov 9 08:22:55 1998
+++ src/Imakefile Fri Jun 30 20:10:38 2000
@@ -14,7 +14,7 @@
AUDIOLIBS=-L../ccitt -lccitt -L../adpcm2pcm -ladpcm -L../ieee -lieee
XLIBS= -L../lib -lfwf -lXaw -lXpm -lXmu -lXt -lX11
-LIBS= $(OSLIBS) $(XLIBS) $(AUDIOLIBS) -lm -lc
+LIBS= $(OSLIBS) $(XLIBS) $(AUDIOLIBS) -lm
NormalProgramTarget(xwave,$(OBJS),,$(LIBS),)