1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/audio/alsaplayer/files/patch-app::Makefile.in
Joe Marcus Clarke 1f8cd43b73 Add alsaplayer, an audio player with pitch control and a GTK+ GUI.
PR:		43142
Submitted by:	Robin Schilham <co9@xs4all.nl> (based on)
2003-06-30 17:15:20 +00:00

12 lines
302 B
Plaintext

--- app/Makefile.in-orig Tue Jun 17 17:33:15 2003
+++ app/Makefile.in Tue Jun 17 17:33:33 2003
@@ -149,7 +149,7 @@
LIBMIKMOD_LIBS = @LIBMIKMOD_LIBS@
LIBOBJS = @LIBOBJS@
-LIBS = -lpthread -ldl $(SUN_LIBS)
+LIBS = -pthread $(SUN_LIBS)
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@