summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2011-10-12 15:08:15 +0000
committerRaúl Porcel <armin76@gentoo.org>2011-10-12 15:08:15 +0000
commit52eb0e461ce1fca4d5550df92be047c4565c09d1 (patch)
tree594acce644a17f8249f7b85996790403430a5c61 /app-text
parent[bump] virtual/perl-ExtUtils-ParseXS-3.50.0 (diff)
downloadgentoo-2-52eb0e461ce1fca4d5550df92be047c4565c09d1.tar.gz
gentoo-2-52eb0e461ce1fca4d5550df92be047c4565c09d1.tar.bz2
gentoo-2-52eb0e461ce1fca4d5550df92be047c4565c09d1.zip
Add append-ldflags for alpha
(Portage version: 2.1.10.11/cvs/Linux ia64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/texlive-core/ChangeLog6
-rw-r--r--app-text/texlive-core/texlive-core-2010-r4.ebuild5
-rw-r--r--app-text/texlive-core/texlive-core-2011-r4.ebuild5
3 files changed, 13 insertions, 3 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog
index 27b371d21d89..ab84fd5b097d 100644
--- a/app-text/texlive-core/ChangeLog
+++ b/app-text/texlive-core/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/texlive-core
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.154 2011/10/04 17:56:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.155 2011/10/12 15:08:15 armin76 Exp $
+
+ 12 Oct 2011; Raúl Porcel <armin76@gentoo.org> texlive-core-2010-r4.ebuild,
+ texlive-core-2011-r4.ebuild:
+ Add append-ldflags for alpha
04 Oct 2011; Jeroen Roovers <jer@gentoo.org> texlive-core-2010-r4.ebuild:
Stable for HPPA (bug #355085).
diff --git a/app-text/texlive-core/texlive-core-2010-r4.ebuild b/app-text/texlive-core/texlive-core-2010-r4.ebuild
index 6072b22649ed..89e015716841 100644
--- a/app-text/texlive-core/texlive-core-2010-r4.ebuild
+++ b/app-text/texlive-core/texlive-core-2010-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2010-r4.ebuild,v 1.8 2011/10/04 17:56:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2010-r4.ebuild,v 1.9 2011/10/12 15:08:15 armin76 Exp $
EAPI=3
@@ -104,6 +104,9 @@ src_prepare() {
}
src_configure() {
+ # It fails on alpha without this
+ use alpha && append-ldflags "-Wl,--no-relax"
+
# Too many regexps use A-Z a-z constructs, what causes problems with locales
# that don't have the same alphabetical order than ascii. Bug #242430
# So we set LC_ALL to C in order to avoid problems.
diff --git a/app-text/texlive-core/texlive-core-2011-r4.ebuild b/app-text/texlive-core/texlive-core-2011-r4.ebuild
index 44596f8324e1..4cbf2bc94db4 100644
--- a/app-text/texlive-core/texlive-core-2011-r4.ebuild
+++ b/app-text/texlive-core/texlive-core-2011-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011-r4.ebuild,v 1.1 2011/08/19 18:52:45 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011-r4.ebuild,v 1.2 2011/10/12 15:08:15 armin76 Exp $
EAPI=3
@@ -119,6 +119,9 @@ src_prepare() {
}
src_configure() {
+ # It fails on alpha without this
+ use alpha && append-ldflags "-Wl,--no-relax"
+
# Too many regexps use A-Z a-z constructs, what causes problems with locales
# that don't have the same alphabetical order than ascii. Bug #242430
# So we set LC_ALL to C in order to avoid problems.