summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/tuxonice-userui/ChangeLog9
-rw-r--r--sys-apps/tuxonice-userui/tuxonice-userui-1.0.ebuild7
2 files changed, 12 insertions, 4 deletions
diff --git a/sys-apps/tuxonice-userui/ChangeLog b/sys-apps/tuxonice-userui/ChangeLog
index e187e9cfba02..518339d48a80 100644
--- a/sys-apps/tuxonice-userui/ChangeLog
+++ b/sys-apps/tuxonice-userui/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/tuxonice-userui
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuxonice-userui/ChangeLog,v 1.19 2010/12/26 09:29:06 nelchael Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuxonice-userui/ChangeLog,v 1.20 2011/08/05 21:02:42 nelchael Exp $
+
+ 05 Aug 2011; Krzysztof Pawlik <nelchael@gentoo.org>
+ tuxonice-userui-1.0.ebuild:
+ Fix linking with static bzip2 (from freetype) when building tuxonice userui
+ with fbsplash enabled, see bug #375243.
26 Dec 2010; Krzysztof Pawlik <nelchael@gentoo.org>
tuxonice-userui-1.0.ebuild:
diff --git a/sys-apps/tuxonice-userui/tuxonice-userui-1.0.ebuild b/sys-apps/tuxonice-userui/tuxonice-userui-1.0.ebuild
index bdd288d4f071..8bfe582d0edf 100644
--- a/sys-apps/tuxonice-userui/tuxonice-userui-1.0.ebuild
+++ b/sys-apps/tuxonice-userui/tuxonice-userui-1.0.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/sys-apps/tuxonice-userui/tuxonice-userui-1.0.ebuild,v 1.6 2010/12/26 09:29:06 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuxonice-userui/tuxonice-userui-1.0.ebuild,v 1.7 2011/08/05 21:02:42 nelchael Exp $
EAPI="2"
@@ -19,11 +19,14 @@ DEPEND="fbsplash? ( >=media-gfx/splashutils-1.5.2.1
media-libs/libmng[lcms]
|| ( >=media-libs/libpng-1.4.4[static-libs]
<media-libs/libpng-1.4.4:0 )
+ app-arch/bzip2[static]
media-libs/lcms:0[static-libs] )"
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}/${P}-Makefiles.patch"
+
+ sed -i -e 's/-lfreetype/-lfreetype -lbz2/' "${S}/Makefile" || die
}
src_compile() {