diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-12-19 19:15:05 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-12-19 19:15:05 +0000 |
commit | af9262e873e5ea0c54aa684136f23ffb2bbfd427 (patch) | |
tree | 14d4be218c91a3ff044c73feb00c4bc341a58e0e /app-editors/emacs/emacs-18.59-r7.ebuild | |
parent | [bump] dev-perl/IO-Socket-SSL-1.530.0 (diff) | |
download | historical-af9262e873e5ea0c54aa684136f23ffb2bbfd427.tar.gz historical-af9262e873e5ea0c54aa684136f23ffb2bbfd427.tar.bz2 historical-af9262e873e5ea0c54aa684136f23ffb2bbfd427.zip |
Updated patchset, including a fix for the LDFLAGS issue.
Package-Manager: portage-2.1.10.41/cvs/Linux x86_64
Diffstat (limited to 'app-editors/emacs/emacs-18.59-r7.ebuild')
-rw-r--r-- | app-editors/emacs/emacs-18.59-r7.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-editors/emacs/emacs-18.59-r7.ebuild b/app-editors/emacs/emacs-18.59-r7.ebuild index 7436e691b786..d9d9dba81c80 100644 --- a/app-editors/emacs/emacs-18.59-r7.ebuild +++ b/app-editors/emacs/emacs-18.59-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59-r7.ebuild,v 1.1 2011/12/19 07:38:20 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59-r7.ebuild,v 1.2 2011/12/19 19:15:05 ulm Exp $ EAPI=4 @@ -10,7 +10,7 @@ DESCRIPTION="The extensible self-documenting text editor" HOMEPAGE="http://www.gnu.org/software/emacs/" SRC_URI="mirror://gnu/old-gnu/emacs/${P}.tar.gz ftp://ftp.splode.com/pub/users/friedman/emacs/${P}-linux22x-elf-glibc21.diff.gz - mirror://gentoo/${P}-patches-5.tar.bz2" + mirror://gentoo/${P}-patches-6.tar.bz2" LICENSE="GPL-1 GPL-2 BSD" #as-is SLOT="18" @@ -59,10 +59,9 @@ src_configure() { src_compile() { # Do not use the sandbox, or the dumped Emacs will be twice as large export SANDBOX_ON=0 - emake --jobs=1 CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}" etc emake --jobs=1 \ CC="$(tc-getCC)" CFLAGS="${CFLAGS} -Demacs" \ - LD="$(tc-getCC)" LDFLAGS="-nostdlib ${LDFLAGS}" + LD="$(tc-getCC) -nostdlib" LDFLAGS="${LDFLAGS}" } src_install() { |