diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-05-23 20:57:46 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-05-23 20:57:46 +0000 |
commit | e416f1bf5f24225205cbc9c2bcf8fb8e0d0a3cb6 (patch) | |
tree | e1d744e61d0c6a3870cc01d905e1faeb14c90f7e /games-sports/torcs | |
parent | Marking stable sparc, bug 133989 (diff) | |
download | gentoo-2-e416f1bf5f24225205cbc9c2bcf8fb8e0d0a3cb6.tar.gz gentoo-2-e416f1bf5f24225205cbc9c2bcf8fb8e0d0a3cb6.tar.bz2 gentoo-2-e416f1bf5f24225205cbc9c2bcf8fb8e0d0a3cb6.zip |
gcc-4.1 fix for 1.2.4 too
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'games-sports/torcs')
-rw-r--r-- | games-sports/torcs/ChangeLog | 5 | ||||
-rw-r--r-- | games-sports/torcs/torcs-1.2.4.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-sports/torcs/ChangeLog b/games-sports/torcs/ChangeLog index 1a3b18547aed..6e588a08e17f 100644 --- a/games-sports/torcs/ChangeLog +++ b/games-sports/torcs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-sports/torcs # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.13 2006/05/23 20:21:52 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.14 2006/05/23 20:57:46 tupone Exp $ + + 23 May 2006; <Tupone@gentoo.org> torcs-1.2.4.ebuild: + gcc-4.1 patch applied to 1.2.4, too 23 May 2006; <Tupone@gentoo.org> +files/torcs-1.2.4-gcc41.patch, torcs-1.2.4-r1.ebuild: diff --git a/games-sports/torcs/torcs-1.2.4.ebuild b/games-sports/torcs/torcs-1.2.4.ebuild index f883027be059..4c606f68bfb1 100644 --- a/games-sports/torcs/torcs-1.2.4.ebuild +++ b/games-sports/torcs/torcs-1.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.2.4.ebuild,v 1.2 2005/11/07 16:33:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.2.4.ebuild,v 1.3 2006/05/23 20:57:46 tupone Exp $ inherit games @@ -23,6 +23,7 @@ DEPEND=">=media-libs/plib-1.8.3 src_unpack() { unpack ${A} cd "${S}" + epatch "${FILESDIR}/${P}"-gcc41.patch sed -i \ -e "s:/games::" \ Make-config.in \ |