diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2011-06-17 15:38:12 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2011-06-17 15:38:12 +0000 |
commit | 01d16de17ec29803c911499f89ff4373cec6ede6 (patch) | |
tree | b940c2d033bf3e03dabbbcaf3d6096027f27cbf5 /games-misc | |
parent | Use emake instead of make by Agostino Sarubbo (bug #372043). (diff) | |
download | gentoo-2-01d16de17ec29803c911499f89ff4373cec6ede6.tar.gz gentoo-2-01d16de17ec29803c911499f89ff4373cec6ede6.tar.bz2 gentoo-2-01d16de17ec29803c911499f89ff4373cec6ede6.zip |
Fix underlink. Bug #369051
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/lucidlife/ChangeLog | 8 | ||||
-rw-r--r-- | games-misc/lucidlife/files/lucidlife-0.9.2-underlink.patch | 11 | ||||
-rw-r--r-- | games-misc/lucidlife/lucidlife-0.9.2.ebuild | 7 |
3 files changed, 21 insertions, 5 deletions
diff --git a/games-misc/lucidlife/ChangeLog b/games-misc/lucidlife/ChangeLog index 81172a5dae1c..19854f4daf46 100644 --- a/games-misc/lucidlife/ChangeLog +++ b/games-misc/lucidlife/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-misc/lucidlife -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/lucidlife/ChangeLog,v 1.4 2010/12/20 12:24:54 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/lucidlife/ChangeLog,v 1.5 2011/06/17 15:38:12 tupone Exp $ + + 17 Jun 2011; Tupone Alfredo <tupone@gentoo.org> lucidlife-0.9.2.ebuild, + +files/lucidlife-0.9.2-underlink.patch: + Fix underlink. Bug #369051 by Diego Elio Pettenò 20 Dec 2010; Markos Chandras <hwoarang@gentoo.org> lucidlife-0.9.2.ebuild: Stable on amd64 wrt bug #348166 diff --git a/games-misc/lucidlife/files/lucidlife-0.9.2-underlink.patch b/games-misc/lucidlife/files/lucidlife-0.9.2-underlink.patch new file mode 100644 index 000000000000..af74e85e8c77 --- /dev/null +++ b/games-misc/lucidlife/files/lucidlife-0.9.2-underlink.patch @@ -0,0 +1,11 @@ +--- src/Makefile.am.old 2011-06-17 17:31:54.078600741 +0200 ++++ src/Makefile.am 2011-06-17 17:32:05.491299944 +0200 +@@ -2,7 +2,7 @@ + -DDATADIR=\""$(datadir)/lucidlife"\" \ + -DDOCDIR=\""$(datadir)/doc/lucidlife"\" + +-LIBS = $(GNOME_LIBS) ++LIBS = $(GNOME_LIBS) -lX11 + + bin_PROGRAMS = lucidlife + diff --git a/games-misc/lucidlife/lucidlife-0.9.2.ebuild b/games-misc/lucidlife/lucidlife-0.9.2.ebuild index 75887a0c179f..9c167b8e2d33 100644 --- a/games-misc/lucidlife/lucidlife-0.9.2.ebuild +++ b/games-misc/lucidlife/lucidlife-0.9.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/lucidlife/lucidlife-0.9.2.ebuild,v 1.4 2010/12/20 12:24:54 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/lucidlife/lucidlife-0.9.2.ebuild,v 1.5 2011/06/17 15:38:12 tupone Exp $ EAPI=2 @@ -22,7 +22,8 @@ DEPEND="${DEPEND} sys-devel/gettext" src_prepare() { - epatch "${FILESDIR}"/${P}-gnome-vfs.patch + epatch "${FILESDIR}"/${P}-gnome-vfs.patch \ + "${FILESDIR}"/${P}-underlink.patch eautoreconf intltoolize --force --copy --automake || die } |