summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Jezak <josejx@gentoo.org>2010-08-12 02:52:59 +0000
committerJoseph Jezak <josejx@gentoo.org>2010-08-12 02:52:59 +0000
commitcc634e8f46365ccb25928fdf6d668c0969db262c (patch)
treebfca67210603d51a3fe42df634ef500f43675a45 /sci-astronomy/celestia
parentx86 stable wrt bug #332083 (diff)
downloadgentoo-2-cc634e8f46365ccb25928fdf6d668c0969db262c.tar.gz
gentoo-2-cc634e8f46365ccb25928fdf6d668c0969db262c.tar.bz2
gentoo-2-cc634e8f46365ccb25928fdf6d668c0969db262c.zip
Added -fsigned-char to CFLAGs to work around bug #316573.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/celestia')
-rw-r--r--sci-astronomy/celestia/ChangeLog5
-rw-r--r--sci-astronomy/celestia/celestia-1.6.0.ebuild7
2 files changed, 10 insertions, 2 deletions
diff --git a/sci-astronomy/celestia/ChangeLog b/sci-astronomy/celestia/ChangeLog
index 86b0812114b2..2b3e2f58723b 100644
--- a/sci-astronomy/celestia/ChangeLog
+++ b/sci-astronomy/celestia/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-astronomy/celestia
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.63 2010/06/24 17:20:48 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.64 2010/08/12 02:52:59 josejx Exp $
+
+ 12 Aug 2010; Joseph Jezak <josejx@gentoo.org> celestia-1.6.0.ebuild:
+ Added -fsigned-char to CFLAGs to work around bug #316573.
24 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org> celestia-1.6.0.ebuild,
+files/celestia-1.6.0-gcc45.patch,
diff --git a/sci-astronomy/celestia/celestia-1.6.0.ebuild b/sci-astronomy/celestia/celestia-1.6.0.ebuild
index 0e659ac101d7..64f1959626da 100644
--- a/sci-astronomy/celestia/celestia-1.6.0.ebuild
+++ b/sci-astronomy/celestia/celestia-1.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.12 2010/06/24 17:20:48 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.13 2010/08/12 02:52:59 josejx Exp $
EAPI=2
inherit eutils flag-o-matic gnome2 autotools
@@ -79,6 +79,11 @@ src_prepare() {
fi
eautoreconf
filter-flags "-funroll-loops -frerun-loop-opt"
+
+ ### This version of Celestia has a bug in the font rendering and
+ ### requires -fsigned-char. We should be able to force this flag
+ ### on all architectures. See bug #316573.
+ append-flags "-fsigned-char"
}
src_configure() {