summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-06 12:12:34 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-06 12:12:34 +0000
commit87a9bcb14fd93800370802bcea322757c7d2aab0 (patch)
tree59941f530ee6ce21584329875cb46f36a0bda75b /media-video/xanim/xanim-2.80.1-r4.ebuild
parentStable for x86, see bug #125030... (diff)
downloadgentoo-2-87a9bcb14fd93800370802bcea322757c7d2aab0.tar.gz
gentoo-2-87a9bcb14fd93800370802bcea322757c7d2aab0.tar.bz2
gentoo-2-87a9bcb14fd93800370802bcea322757c7d2aab0.zip
Add patch by KIMURA Masaru to build with GCC 4.1.0, closes bug #123932.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'media-video/xanim/xanim-2.80.1-r4.ebuild')
-rw-r--r--media-video/xanim/xanim-2.80.1-r4.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/media-video/xanim/xanim-2.80.1-r4.ebuild b/media-video/xanim/xanim-2.80.1-r4.ebuild
index fde8a14b9f22..b4f1d3c31a58 100644
--- a/media-video/xanim/xanim-2.80.1-r4.ebuild
+++ b/media-video/xanim/xanim-2.80.1-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/xanim/xanim-2.80.1-r4.ebuild,v 1.32 2006/02/25 07:33:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/xanim/xanim-2.80.1-r4.ebuild,v 1.33 2006/03/06 12:12:34 flameeyes Exp $
inherit flag-o-matic toolchain-funcs
@@ -85,7 +85,9 @@ src_unpack() {
unpack ${_XA_IV32}${_XA_EXT}
fi
cd "${S}"
- sed -i 's:/usr/X11R6:/usr:g' Makefile*
+ sed -i -e 's:/usr/X11R6:/usr:g' Makefile*
+
+ epatch "${FILESDIR}/${P}-gcc41.patch"
}
src_compile() {