summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-05-17 18:16:27 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-05-17 18:16:27 +0000
commitb07239364c788d443a096b39f7919c094aa65653 (patch)
tree3d74114ec9b520331c291515e94c1ff081320dc1 /x11-misc/xplore/xplore-1.2a.ebuild
parentRevbump wrt #130572, should fix #129169 and #131686 (diff)
downloadgentoo-2-b07239364c788d443a096b39f7919c094aa65653.tar.gz
gentoo-2-b07239364c788d443a096b39f7919c094aa65653.tar.bz2
gentoo-2-b07239364c788d443a096b39f7919c094aa65653.zip
Fix compilation isse (bug #133581), fixed DEPEND for modular X.
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'x11-misc/xplore/xplore-1.2a.ebuild')
-rw-r--r--x11-misc/xplore/xplore-1.2a.ebuild11
1 files changed, 9 insertions, 2 deletions
diff --git a/x11-misc/xplore/xplore-1.2a.ebuild b/x11-misc/xplore/xplore-1.2a.ebuild
index 0b5640e7c63f..91bea7c96963 100644
--- a/x11-misc/xplore/xplore-1.2a.ebuild
+++ b/x11-misc/xplore/xplore-1.2a.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/x11-misc/xplore/xplore-1.2a.ebuild,v 1.8 2006/01/21 18:23:28 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/xplore-1.2a.ebuild,v 1.9 2006/05/17 18:16:27 nelchael Exp $
inherit eutils
@@ -15,11 +15,18 @@ LICENSE="GPL-2"
KEYWORDS="x86"
# its webpage states the lesstif does not fully work with xplore
-DEPEND="x11-libs/openmotif"
+DEPEND="x11-libs/openmotif
+ || ( (
+ x11-misc/gccmakedep
+ app-text/rman
+ x11-misc/imake )
+ virtual/x11 )"
src_unpack() {
unpack ${A}
epatch ${FILESDIR}/${P}-strerror.patch
+ epatch ${FILESDIR}/${P}-malloc.patch
+ epatch ${FILESDIR}/${P}-label.patch
}
src_compile() {