jer 14/12/21 10:27:09 Modified: tcpsound-0.3.1-makefile.patch Log: Remove -L$(libdir) from LIBS (maybe bug #533164). (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.4 net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch?r1=1.3&r2=1.4 Index: tcpsound-0.3.1-makefile.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tcpsound-0.3.1-makefile.patch 18 Jul 2014 21:27:17 -0000 1.3 +++ tcpsound-0.3.1-makefile.patch 21 Dec 2014 10:27:09 -0000 1.4 @@ -20,7 +20,7 @@ -CC = $(MKTOOL) +MKTOOL = install +CFLAGS += -I$(includedir) -+LIBS = -L$(libdir) -lSDL -lmba -lpthread ++LIBS = -lSDL -lmba -lpthread .SUFFIXES: .1 .1.gz
