summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2006-10-01 13:00:20 +0000
committerTim Yamin <plasmaroo@gentoo.org>2006-10-01 13:00:20 +0000
commit99cfc8cf40aefd4394e6d4366bc2f50fd2dc66d6 (patch)
treed129c10f8ff50267bd7d67c7d341dcc61dc165c5 /sci-mathematics
parenthppa stable, bug #149421 (diff)
downloadgentoo-2-99cfc8cf40aefd4394e6d4366bc2f50fd2dc66d6.tar.gz
gentoo-2-99cfc8cf40aefd4394e6d4366bc2f50fd2dc66d6.tar.bz2
gentoo-2-99cfc8cf40aefd4394e6d4366bc2f50fd2dc66d6.zip
Fix bug #143738.
(Portage version: 2.1.2_pre2)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/axiom/ChangeLog5
-rw-r--r--sci-mathematics/axiom/axiom-3.9-r1.ebuild6
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 <plasmaroo@gentoo.org> axiom-3.9-r1.ebuild:
+ Fix bug #143738; patch by Johannes Weiner.
25 Aug 2006; Luis Medinas <metalgod@gentoo.org> 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