summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-02-25 14:34:26 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-02-25 14:34:26 +0000
commit75920832428f1a0b9d9e114182bc8e3578175fe1 (patch)
tree632deeb9886fd718aa9173f96bab76733d68ede1 /media-gfx/fbida
parentx11-terms/terminator: Move to new python eclass (diff)
downloadgentoo-2-75920832428f1a0b9d9e114182bc8e3578175fe1.tar.gz
gentoo-2-75920832428f1a0b9d9e114182bc8e3578175fe1.tar.bz2
gentoo-2-75920832428f1a0b9d9e114182bc8e3578175fe1.zip
respect CC
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'media-gfx/fbida')
-rw-r--r--media-gfx/fbida/ChangeLog5
-rw-r--r--media-gfx/fbida/fbida-2.09.ebuild6
2 files changed, 9 insertions, 2 deletions
diff --git a/media-gfx/fbida/ChangeLog b/media-gfx/fbida/ChangeLog
index 777ffee2eb81..d6d418e5c870 100644
--- a/media-gfx/fbida/ChangeLog
+++ b/media-gfx/fbida/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/fbida
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbida/ChangeLog,v 1.96 2013/02/25 11:40:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbida/ChangeLog,v 1.97 2013/02/25 14:34:26 hasufell Exp $
+
+ 25 Feb 2013; Julian Ospald <hasufell@gentoo.org> fbida-2.09.ebuild:
+ respect CC
25 Feb 2013; Agostino Sarubbo <ago@gentoo.org> fbida-2.09.ebuild:
Stable for x86, wrt bug #457364
diff --git a/media-gfx/fbida/fbida-2.09.ebuild b/media-gfx/fbida/fbida-2.09.ebuild
index 04d2dd592093..1bad5a0cd381 100644
--- a/media-gfx/fbida/fbida-2.09.ebuild
+++ b/media-gfx/fbida/fbida-2.09.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbida/fbida-2.09.ebuild,v 1.4 2013/02/25 11:40:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbida/fbida-2.09.ebuild,v 1.5 2013/02/25 14:34:26 hasufell Exp $
EAPI=5
inherit eutils toolchain-funcs
@@ -47,6 +47,10 @@ DEPEND="
X? ( x11-proto/xextproto x11-proto/xproto )
"
+pkg_setup() {
+ tc-export CC
+}
+
src_prepare() {
sed -e 's:DGifOpenFileName,ungif:DGifOpenFileName,gif:' \
-e 's:-lungif:-lgif:' -i "${S}/GNUmakefile"