diff options
author | Michael Januszewski <spock@gentoo.org> | 2009-02-10 00:53:51 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2009-02-10 00:53:51 +0000 |
commit | be6413b35d77f36008583873a18cf1599aab8b1d (patch) | |
tree | 69ec48990c8409142bdb69ba5115939d509b3c9b /media-gfx/splashutils | |
parent | Version bump. (diff) | |
download | gentoo-2-be6413b35d77f36008583873a18cf1599aab8b1d.tar.gz gentoo-2-be6413b35d77f36008583873a18cf1599aab8b1d.tar.bz2 gentoo-2-be6413b35d77f36008583873a18cf1599aab8b1d.zip |
Do not override the KLCC setting with the system compiler. This makes splashutils use klibc when building the kernel helper and fixes bug #257604.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/splashutils')
-rw-r--r-- | media-gfx/splashutils/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/splashutils/splashutils-1.5.4.2.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/splashutils/splashutils-1.5.4.3.ebuild | 4 |
3 files changed, 12 insertions, 6 deletions
diff --git a/media-gfx/splashutils/ChangeLog b/media-gfx/splashutils/ChangeLog index a03f6eba2c3a..4f0f4a146de2 100644 --- a/media-gfx/splashutils/ChangeLog +++ b/media-gfx/splashutils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/splashutils # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.153 2009/01/08 21:01:05 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.154 2009/02/10 00:53:51 spock Exp $ + + 10 Feb 2009; Michał Januszewski <spock@gentoo.org> + splashutils-1.5.4.2.ebuild, splashutils-1.5.4.3.ebuild: + Do not override the KLCC setting with the system compiler. This makes + splashutils use klibc when building the kernel helper and fixes bug + #257604. 08 Jan 2009; Michał Januszewski <spock@gentoo.org> +files/splashutils-1.5.4.3-fix_rc_var.patch, splashutils-1.5.4.3.ebuild: diff --git a/media-gfx/splashutils/splashutils-1.5.4.2.ebuild b/media-gfx/splashutils/splashutils-1.5.4.2.ebuild index 40c72d0690a3..f5da86606d3e 100644 --- a/media-gfx/splashutils/splashutils-1.5.4.2.ebuild +++ b/media-gfx/splashutils/splashutils-1.5.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.2.ebuild,v 1.7 2008/12/28 22:55:23 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.2.ebuild,v 1.8 2009/02/10 00:53:51 spock Exp $ EAPI="1" @@ -109,7 +109,7 @@ src_compile() { --with-lpng-src=${LPNGSRC} \ --with-zlib-src=${ZLIBSRC} || die "failed to configure splashutils" - emake -j1 KLCC="${CC}" CC="${CC}" || die "failed to build splashutils" + emake -j1 CC="${CC}" || die "failed to build splashutils" if has_version ">=sys-apps/baselayout-1.13.99"; then cd "${SG}" diff --git a/media-gfx/splashutils/splashutils-1.5.4.3.ebuild b/media-gfx/splashutils/splashutils-1.5.4.3.ebuild index d506db2dc141..8fe587340914 100644 --- a/media-gfx/splashutils/splashutils-1.5.4.3.ebuild +++ b/media-gfx/splashutils/splashutils-1.5.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3.ebuild,v 1.6 2009/01/08 21:01:05 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3.ebuild,v 1.7 2009/02/10 00:53:51 spock Exp $ EAPI="1" @@ -115,7 +115,7 @@ src_compile() { --with-lpng-src=${LPNGSRC} \ --with-zlib-src=${ZLIBSRC} || die "failed to configure splashutils" - emake KLCC="${CC}" CC="${CC}" STRIP="true" || die "failed to build splashutils" + emake CC="${CC}" STRIP="true" || die "failed to build splashutils" if has_version ">=sys-apps/baselayout-1.13.99"; then cd "${SG}" |