From 99cfc8cf40aefd4394e6d4366bc2f50fd2dc66d6 Mon Sep 17 00:00:00 2001 From: Tim Yamin Date: Sun, 1 Oct 2006 13:00:20 +0000 Subject: Fix bug #143738. (Portage version: 2.1.2_pre2) --- sci-mathematics/axiom/ChangeLog | 5 ++++- sci-mathematics/axiom/axiom-3.9-r1.ebuild | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/axiom/ChangeLog b/sci-mathematics/axiom/ChangeLog index 4ef6a464da6a..922f6a438adf 100644 --- a/sci-mathematics/axiom/ChangeLog +++ b/sci-mathematics/axiom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/axiom # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/ChangeLog,v 1.11 2006/08/25 11:12:08 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/ChangeLog,v 1.12 2006/10/01 13:00:20 plasmaroo Exp $ + + 01 Oct 2006; Tim Yamin axiom-3.9-r1.ebuild: + Fix bug #143738; patch by Johannes Weiner. 25 Aug 2006; Luis Medinas axiom-3.9-r1.ebuild: Added ~amd64 keyword. diff --git a/sci-mathematics/axiom/axiom-3.9-r1.ebuild b/sci-mathematics/axiom/axiom-3.9-r1.ebuild index 1d77832c32a7..98e665810477 100644 --- a/sci-mathematics/axiom/axiom-3.9-r1.ebuild +++ b/sci-mathematics/axiom/axiom-3.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/axiom-3.9-r1.ebuild,v 1.3 2006/08/25 11:12:08 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/axiom-3.9-r1.ebuild,v 1.4 2006/10/01 13:00:20 plasmaroo Exp $ inherit eutils @@ -57,6 +57,10 @@ src_compile() { sed -e 's/struct termio ptermio;/struct termios ptermio;/' -i src/clef/edible.c.pamphlet mkdir src/graph/viewports + # Fix include paths for libXpm + # (Bug #143738) + sed -i -e '/^XLIB=/s:/X11R6::g' Makefile.pamphlet || die "Failed to fix XLIB in Makefile.pamphlet" + # Let the fun begin... ./configure make || die # -jX breaks -- cgit v1.2.3-65-gdbad