Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 215558 | Differences between
and this patch

Collapse All | Expand All

(-)usr/portage/app-editors/emacs/emacs-22.2.ebuild (-2 / +3 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.2.ebuild,v 1.3 2008/04/01 11:43:24 ulm Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.2.ebuild,v 1.2 2008/03/28 06:29:03 ulm Exp $
4
4
5
inherit autotools elisp-common eutils flag-o-matic
5
inherit autotools elisp-common eutils flag-o-matic
6
6
Lines 19-25 Link Here
19
	>=app-admin/eselect-emacs-1.2
19
	>=app-admin/eselect-emacs-1.2
20
	net-libs/liblockfile
20
	net-libs/liblockfile
21
	hesiod? ( net-dns/hesiod )
21
	hesiod? ( net-dns/hesiod )
22
	kerberos? ( app-crypt/mit-krb5 )
22
	kerberos? ( virtual/krb5 )
23
	spell? ( || ( app-text/ispell app-text/aspell ) )
23
	spell? ( || ( app-text/ispell app-text/aspell ) )
24
	alsa? ( media-libs/alsa-lib )
24
	alsa? ( media-libs/alsa-lib )
25
	X? (
25
	X? (
Lines 56-61 Link Here
56
56
57
	epatch "${FILESDIR}/emacs-22.1-Xaw3d-headers.patch"
57
	epatch "${FILESDIR}/emacs-22.1-Xaw3d-headers.patch"
58
	epatch "${FILESDIR}/emacs-22.1-freebsd-sparc.patch"
58
	epatch "${FILESDIR}/emacs-22.1-freebsd-sparc.patch"
59
	epatch "${FILESDIR}/emacs-pop-heimdal.patch"
59
60
60
	sed -i -e "s:/usr/lib/crtbegin.o:$(`tc-getCC` -print-file-name=crtbegin.o):g" \
61
	sed -i -e "s:/usr/lib/crtbegin.o:$(`tc-getCC` -print-file-name=crtbegin.o):g" \
61
		-e "s:/usr/lib/crtend.o:$(`tc-getCC` -print-file-name=crtend.o):g" \
62
		-e "s:/usr/lib/crtend.o:$(`tc-getCC` -print-file-name=crtend.o):g" \

Return to bug 215558