diff options
author | 2014-06-22 16:25:10 +0000 | |
---|---|---|
committer | 2014-06-22 16:25:10 +0000 | |
commit | 3208c0b80676ae652c1bbaf2253ab962f83a829f (patch) | |
tree | d7b6ff72a024f5cecb761fd9ac19db505d77afff /x11-plugins | |
parent | Looks like, for some reason, panel wasn't finally disabled (diff) | |
download | gentoo-2-3208c0b80676ae652c1bbaf2253ab962f83a829f.tar.gz gentoo-2-3208c0b80676ae652c1bbaf2253ab962f83a829f.tar.bz2 gentoo-2-3208c0b80676ae652c1bbaf2253ab962f83a829f.zip |
Link with libm, spotted by patrick in bug #513908
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmfishtime/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmfishtime/files/wmfishtime-1.24-gtk.patch | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-plugins/wmfishtime/ChangeLog b/x11-plugins/wmfishtime/ChangeLog index e2667d0205b4..3378a6409232 100644 --- a/x11-plugins/wmfishtime/ChangeLog +++ b/x11-plugins/wmfishtime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmfishtime # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.29 2014/04/07 19:41:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.30 2014/06/22 16:25:10 voyageur Exp $ + + 22 Jun 2014; Bernard Cafarelli <voyageur@gentoo.org> + files/wmfishtime-1.24-gtk.patch: + Link with libm, spotted by patrick in bug #513908 07 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> wmfishtime-1.24-r1.ebuild, wmfishtime-1.24-r2.ebuild: diff --git a/x11-plugins/wmfishtime/files/wmfishtime-1.24-gtk.patch b/x11-plugins/wmfishtime/files/wmfishtime-1.24-gtk.patch index f02593703ef4..68d4c057c44e 100644 --- a/x11-plugins/wmfishtime/files/wmfishtime-1.24-gtk.patch +++ b/x11-plugins/wmfishtime/files/wmfishtime-1.24-gtk.patch @@ -48,7 +48,7 @@ diff -ur wmfishtime-1.24.orig/Makefile wmfishtime-1.24/Makefile SHELL = sh OBJS = fishmon.o -LIBS = `gtk-config --libs | sed "s/-lgtk//g"` -+LIBS = `pkg-config gtk+-2.0 --libs` -lX11 ++LIBS = `pkg-config gtk+-2.0 --libs` -lm -lX11 INSTALL = -m 755 all: wmfishtime |