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 | 5ca83499e2abe791d195e71757450481784cad0b (patch) | |
tree | e06fa562b0fd78d1076a40245567ee44696d1cc8 /app-editors | |
parent | [bump] dev-perl/IO-Socket-SSL-1.530.0 (diff) | |
download | gentoo-2-5ca83499e2abe791d195e71757450481784cad0b.tar.gz gentoo-2-5ca83499e2abe791d195e71757450481784cad0b.tar.bz2 gentoo-2-5ca83499e2abe791d195e71757450481784cad0b.zip |
Updated patchset, including a fix for the LDFLAGS issue.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/emacs/emacs-18.59-r7.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index 9d513506e9e5..27f52974e416 100644 --- a/app-editors/emacs/ChangeLog +++ b/app-editors/emacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/emacs # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.446 2011/12/19 07:38:20 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.447 2011/12/19 19:15:05 ulm Exp $ + + 19 Dec 2011; Ulrich Mueller <ulm@gentoo.org> emacs-18.59-r7.ebuild: + Updated patchset, including a fix for the LDFLAGS issue. *emacs-18.59-r7 (19 Dec 2011) 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() { |