diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-12-21 10:27:09 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-12-21 10:27:09 +0000 |
commit | c6e2e9636a2827157cf9ca2d3715739f1333cff2 (patch) | |
tree | dc93219f4f7735a348e4c46cc09bb6ea3f4c2c74 /net-misc/tcpsound | |
parent | Bump semigroups to 0.16.0.1 (diff) | |
download | gentoo-2-c6e2e9636a2827157cf9ca2d3715739f1333cff2.tar.gz gentoo-2-c6e2e9636a2827157cf9ca2d3715739f1333cff2.tar.bz2 gentoo-2-c6e2e9636a2827157cf9ca2d3715739f1333cff2.zip |
Remove -L$(libdir) from LIBS (maybe bug #533164).
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-misc/tcpsound')
-rw-r--r-- | net-misc/tcpsound/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-misc/tcpsound/ChangeLog b/net-misc/tcpsound/ChangeLog index 6151884061b8..df0cc62117b4 100644 --- a/net-misc/tcpsound/ChangeLog +++ b/net-misc/tcpsound/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/tcpsound # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/ChangeLog,v 1.13 2014/07/18 21:27:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/ChangeLog,v 1.14 2014/12/21 10:27:09 jer Exp $ + + 21 Dec 2014; Jeroen Roovers <jer@gentoo.org> + files/tcpsound-0.3.1-makefile.patch: + Remove -L$(libdir) from LIBS (maybe bug #533164). 18 Jul 2014; Jeroen Roovers <jer@gentoo.org> -tcpsound-0.3.1.ebuild, tcpsound-0.3.1-r1.ebuild, files/tcpsound-0.3.1-makefile.patch, diff --git a/net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch b/net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch index 7192dcecb89f..83f694878376 100644 --- a/net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch +++ b/net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch @@ -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 |