diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-08-01 09:10:27 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-08-01 09:10:27 +0000 |
commit | b8e7a03bc5c59b83eff5cc456f9b9ac6497514b8 (patch) | |
tree | f686dec88a66a3c04af715febfc35bc983787567 /app-editors/emacs/emacs-23.4-r3.ebuild | |
parent | Update script (diff) | |
download | historical-b8e7a03bc5c59b83eff5cc456f9b9ac6497514b8.tar.gz historical-b8e7a03bc5c59b83eff5cc456f9b9ac6497514b8.tar.bz2 historical-b8e7a03bc5c59b83eff5cc456f9b9ac6497514b8.zip |
Backported FreeBSD patch from Emacs 24.
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'app-editors/emacs/emacs-23.4-r3.ebuild')
-rw-r--r-- | app-editors/emacs/emacs-23.4-r3.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/app-editors/emacs/emacs-23.4-r3.ebuild b/app-editors/emacs/emacs-23.4-r3.ebuild index afe5001007f6..6b654b68d8ad 100644 --- a/app-editors/emacs/emacs-23.4-r3.ebuild +++ b/app-editors/emacs/emacs-23.4-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.4-r3.ebuild,v 1.10 2012/07/26 18:44:01 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.4-r3.ebuild,v 1.11 2012/08/01 09:10:27 ulm Exp $ EAPI=4 WANT_AUTOMAKE="none" @@ -10,7 +10,7 @@ inherit autotools elisp-common eutils flag-o-matic multilib DESCRIPTION="The extensible, customizable, self-documenting real-time display editor" HOMEPAGE="http://www.gnu.org/software/emacs/" SRC_URI="mirror://gnu/emacs/${P}.tar.bz2 - mirror://gentoo/${P}-patches-5.tar.bz2" + mirror://gentoo/${P}-patches-6.tar.bz2" LICENSE="GPL-3 FDL-1.3 BSD as-is MIT W3C unicode PSF-2" SLOT="23" @@ -79,11 +79,6 @@ src_prepare() { EPATCH_SUFFIX=patch epatch epatch_user - sed -i \ - -e "s:/usr/lib/crtbegin.o:$(`tc-getCC` -print-file-name=crtbegin.o):g" \ - -e "s:/usr/lib/crtend.o:$(`tc-getCC` -print-file-name=crtend.o):g" \ - "${S}"/src/s/freebsd.h || die "unable to sed freebsd.h settings" - if ! use alsa; then # ALSA is detected even if not requested by its USE flag. # Suppress it by supplying pkg-config with a wrong library name. |