diff options
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/R/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/R/R-2.6.1-r1.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-lang/R/ChangeLog b/dev-lang/R/ChangeLog index f24f97b42106..6ec0d01bc7a0 100644 --- a/dev-lang/R/ChangeLog +++ b/dev-lang/R/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/R # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.114 2008/02/17 14:22:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.115 2008/02/19 11:10:46 markusle Exp $ + + 19 Feb 2008; Markus Dittrich <markusle@gentoo.org> R-2.6.1-r1.ebuild: + Added -mminimal-toc on ppc64 to fix linking errors (see bug #210229). 17 Feb 2008; Raúl Porcel <armin76@gentoo.org> R-2.6.1-r1.ebuild: ia64 stable wrt #210229 diff --git a/dev-lang/R/R-2.6.1-r1.ebuild b/dev-lang/R/R-2.6.1-r1.ebuild index 023e266be8de..665ce37e8867 100644 --- a/dev-lang/R/R-2.6.1-r1.ebuild +++ b/dev-lang/R/R-2.6.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.6.1-r1.ebuild,v 1.8 2008/02/17 14:22:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.6.1-r1.ebuild,v 1.9 2008/02/19 11:10:46 markusle Exp $ inherit fortran flag-o-matic bash-completion @@ -52,6 +52,9 @@ pkg_setup() { # this is needed to properly compile additional R packages # (see bug #152379) append-flags -std=gnu99 + + # this is needed for linking on ppc64 (see bug #210229) + use ppc64 && append-flags -mminimal-toc } src_compile() { |