summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/Xaw3d')
-rw-r--r--x11-libs/Xaw3d/ChangeLog5
-rw-r--r--x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/Xaw3d/ChangeLog b/x11-libs/Xaw3d/ChangeLog
index 3d4c8334704d..2db6225146fe 100644
--- a/x11-libs/Xaw3d/ChangeLog
+++ b/x11-libs/Xaw3d/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/Xaw3d
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/ChangeLog,v 1.17 2004/07/24 17:28:28 geoman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/ChangeLog,v 1.18 2004/09/22 06:13:02 usata Exp $
+
+ 22 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> Xaw3d-1.5-r1.ebuild:
+ Added to ~ppc-macos.
24 Jul 2004; Stephen P. Becker <geoman@gentoo.org> Xaw3d-1.5-r1.ebuild:
Stable on mips.
diff --git a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
index 72cc424f8082..8f58027b0f1e 100644
--- a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
+++ b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.25 2004/07/24 17:28:28 geoman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.26 2004/09/22 06:13:02 usata Exp $
# Ok, hopefully this will resolv the problem with the version of libXaw3d that
# gets created.
@@ -26,7 +26,7 @@ SRC_URI="ftp://ftp.x.org/contrib/widgets/Xaw3d/R6.3/${P}.tar.gz
LICENSE="X11"
SLOT="0"
-KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64"
+KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 ~ppc-macos"
IUSE=""
# There _might_ be something else, but I doubt it.
@@ -48,6 +48,7 @@ src_unpack() {
}
src_compile() {
+ use ppc-macos && export PATH="/usr/X11R6/bin:${PATH}"
# convoluted process for out-of-tree building
mkdir ./X11
cd ./X11 ; ln -sf ../../Xaw3d . ; cd ..