diff options
author | 2013-06-26 22:52:02 +0000 | |
---|---|---|
committer | 2013-06-26 22:52:02 +0000 | |
commit | 96337bb8aa759d4b82d827b80a291cdcf7f13c3f (patch) | |
tree | c0d1deaee032eae1e6bdc18fb359a1e8b38587ed /app-editors/xemacs/xemacs-21.5.33.ebuild | |
parent | Initial import (diff) | |
download | gentoo-2-96337bb8aa759d4b82d827b80a291cdcf7f13c3f.tar.gz gentoo-2-96337bb8aa759d4b82d827b80a291cdcf7f13c3f.tar.bz2 gentoo-2-96337bb8aa759d4b82d827b80a291cdcf7f13c3f.zip |
Partial fix for bug #472162
(Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 0x377034660A5828DE!)
Diffstat (limited to 'app-editors/xemacs/xemacs-21.5.33.ebuild')
-rw-r--r-- | app-editors/xemacs/xemacs-21.5.33.ebuild | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/app-editors/xemacs/xemacs-21.5.33.ebuild b/app-editors/xemacs/xemacs-21.5.33.ebuild index 7ebd424ec37f..e62e3e6fb4ff 100644 --- a/app-editors/xemacs/xemacs-21.5.33.ebuild +++ b/app-editors/xemacs/xemacs-21.5.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.33.ebuild,v 1.1 2013/06/02 09:18:02 matsl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.33.ebuild,v 1.2 2013/06/26 22:52:02 matsl Exp $ # Note: xemacs currently does not work with a hardened profile. If you # want to use xemacs on a hardened profile then compile with the @@ -63,6 +63,10 @@ src_unpack() { src_prepare() { use neXt && cp "${WORKDIR}"/NeXT.XEmacs/xemacs-icons/* "${S}"/etc/toolbar/ + + # Fix for no-mule build. + find "${S}"/lisp -name '*.elc' -exec rm {} \; || die + epatch "${FILESDIR}"/${P}-no-mule-build.patch } src_configure() { @@ -170,10 +174,10 @@ src_configure() { src_install() { emake prefix="${D}"/usr \ - mandir="${D}"/usr/share/man/man1 \ - infodir="${D}"/usr/share/info \ - libdir="${D}"/usr/$(get_libdir) \ - datadir="${D}"/usr/share \ + mandir="${D}"/usr/share/man/man1 \ + infodir="${D}"/usr/share/info \ + libdir="${D}"/usr/$(get_libdir) \ + datadir="${D}"/usr/share \ install gzip-el || die # Rename some applications installed in bin so that it is clear |