diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-09-27 20:41:42 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-09-27 20:41:42 +0000 |
commit | baa647a04f7888650bd8d808061464dfa7457abe (patch) | |
tree | b1bbb6591cbe9c64aa5437a005b5753b0f7c307f /x11-misc/xplore/xplore-1.2a.ebuild | |
parent | Depend on virtual/ghostscript instead of app-text/ghostscript for bug 107418 (diff) | |
download | historical-baa647a04f7888650bd8d808061464dfa7457abe.tar.gz historical-baa647a04f7888650bd8d808061464dfa7457abe.tar.bz2 historical-baa647a04f7888650bd8d808061464dfa7457abe.zip |
Fix bug 106132.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'x11-misc/xplore/xplore-1.2a.ebuild')
-rw-r--r-- | x11-misc/xplore/xplore-1.2a.ebuild | 11 |
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 f17c202586e1..8ffdd2734e80 100644 --- a/x11-misc/xplore/xplore-1.2a.ebuild +++ b/x11-misc/xplore/xplore-1.2a.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.5 2004/06/24 22:43:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/xplore-1.2a.ebuild,v 1.6 2005/09/27 20:41:42 nelchael Exp $ + +inherit eutils IUSE="" @@ -16,6 +18,11 @@ KEYWORDS="x86" DEPEND="virtual/x11 x11-libs/openmotif" +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/${P}-strerror.patch +} + src_compile() { #Fix Xplore.tmpl so installation is to /usr instead of /usr/X11R6 #Note: LIBDIR is used to point to X11 tree. |