diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-11-21 20:20:34 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-11-21 20:20:34 +0000 |
commit | 7b5d1f26745391ac2ca53561628046c7c780b67a (patch) | |
tree | c6c298a1da4c5d2b5141877683f79907d4e01bf3 /games-fps | |
parent | amd64 doesn't support 2.4 kernels, thus setting KEYWORDS="-amd64" (diff) | |
download | gentoo-2-7b5d1f26745391ac2ca53561628046c7c780b67a.tar.gz gentoo-2-7b5d1f26745391ac2ca53561628046c7c780b67a.tar.bz2 gentoo-2-7b5d1f26745391ac2ca53561628046c7c780b67a.zip |
Added -fsigned-char to fix bug #98813.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/cube/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/cube/cube-20040522.ebuild | 7 | ||||
-rw-r--r-- | games-fps/cube/cube-20050829.ebuild | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/games-fps/cube/ChangeLog b/games-fps/cube/ChangeLog index b6e8db88f520..be0ef014c836 100644 --- a/games-fps/cube/ChangeLog +++ b/games-fps/cube/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/cube # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/ChangeLog,v 1.10 2005/09/25 01:14:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/ChangeLog,v 1.11 2005/11/21 20:20:34 josejx Exp $ + + 21 Nov 2005; Joseph Jezak <josejx@gentoo.org> cube-20040522.ebuild, + cube-20050829.ebuild: + Added -fsigned-char to fix bug #98813. *cube-20050829 (25 Sep 2005) diff --git a/games-fps/cube/cube-20040522.ebuild b/games-fps/cube/cube-20040522.ebuild index 79c82ebee070..7a557e2d45a8 100644 --- a/games-fps/cube/cube-20040522.ebuild +++ b/games-fps/cube/cube-20040522.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/cube-20040522.ebuild,v 1.6 2004/11/11 21:02:44 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/cube-20040522.ebuild,v 1.7 2005/11/21 20:20:34 josejx Exp $ -inherit eutils games +inherit eutils games flag-o-matic MY_PV="2004_05_22" MY_P=${PN}_${MY_PV} @@ -54,6 +54,7 @@ src_unpack() { } src_compile() { + append-flags -fsigned-char cd source/enet econf || die emake || die "emake failed" diff --git a/games-fps/cube/cube-20050829.ebuild b/games-fps/cube/cube-20050829.ebuild index 1490d080365e..31c159ad305c 100644 --- a/games-fps/cube/cube-20050829.ebuild +++ b/games-fps/cube/cube-20050829.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/cube-20050829.ebuild,v 1.1 2005/09/25 01:14:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/cube-20050829.ebuild,v 1.2 2005/11/21 20:20:34 josejx Exp $ -inherit eutils games +inherit eutils games flag-o-matic MY_PV=${PV:0:4}_${PV:4:2}_${PV:6:2} MY_P=${PN}_${MY_PV} @@ -52,6 +52,7 @@ src_unpack() { } src_compile() { + append-flags -fsigned-char cd enet egamesconf || die "egamesconf failed" emake || die "emake failed" |