diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2011-06-06 20:04:49 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2011-06-06 20:04:49 +0000 |
commit | 1e366ab23f133d252a0bc735c3c4f45b41dec033 (patch) | |
tree | 97de4a183a43028ff34afe4939364055961ee7d3 /x11-plugins | |
parent | New upstream version. (diff) | |
download | gentoo-2-1e366ab23f133d252a0bc735c3c4f45b41dec033.tar.gz gentoo-2-1e366ab23f133d252a0bc735c3c4f45b41dec033.tar.bz2 gentoo-2-1e366ab23f133d252a0bc735c3c4f45b41dec033.zip |
Update gtk2 patch to fix underlinking problem, bug #370031
(Portage version: 2.2.0_alpha38/cvs/Linux x86_64)
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 7f33a2cc799a..bddffb7647d8 100644 --- a/x11-plugins/wmfishtime/ChangeLog +++ b/x11-plugins/wmfishtime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmfishtime # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.24 2011/03/28 14:41:50 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.25 2011/06/06 20:04:49 voyageur Exp $ + + 06 Jun 2011; Bernard Cafarelli <voyageur@gentoo.org> + files/wmfishtime-1.24-gtk.patch: + Update gtk2 patch to fix underlinking problem, bug #370031 28 Mar 2011; Nirbheek Chauhan <nirbheek@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 a2c8342938f5..f02593703ef4 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` ++LIBS = `pkg-config gtk+-2.0 --libs` -lX11 INSTALL = -m 755 all: wmfishtime |