diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-10-17 15:56:16 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-10-17 15:56:16 +0000 |
commit | e52905c8bbb61f6ec96a4a4b3367aba64785b75b (patch) | |
tree | aa92cc4548b26ebf54ca24f3c979946189e5d3cf /app-editors | |
parent | alpha/ia64/sparc stable wrt #324077 (diff) | |
download | gentoo-2-e52905c8bbb61f6ec96a4a4b3367aba64785b75b.tar.gz gentoo-2-e52905c8bbb61f6ec96a4a4b3367aba64785b75b.tar.bz2 gentoo-2-e52905c8bbb61f6ec96a4a4b3367aba64785b75b.zip |
Respect LDFLAGS, bug 341459.
(Portage version: 2.1.9.19/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/jasspa-microemacs/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/jasspa-microemacs/ChangeLog b/app-editors/jasspa-microemacs/ChangeLog index bffe77a62fb1..172620e179dd 100644 --- a/app-editors/jasspa-microemacs/ChangeLog +++ b/app-editors/jasspa-microemacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/jasspa-microemacs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.46 2010/05/23 19:35:26 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.47 2010/10/17 15:56:16 ulm Exp $ + + 17 Oct 2010; Ulrich Mueller <ulm@gentoo.org> + jasspa-microemacs-20091011-r1.ebuild: + Respect LDFLAGS, bug 341459. 23 May 2010; Ulrich Mueller <ulm@gentoo.org> -jasspa-microemacs-20091011.ebuild: diff --git a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r1.ebuild b/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r1.ebuild index 17e9bff07f46..1ffbac753282 100644 --- a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r1.ebuild +++ b/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r1.ebuild,v 1.4 2010/05/23 18:19:02 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r1.ebuild,v 1.5 2010/10/17 15:56:16 ulm Exp $ EAPI=3 @@ -44,7 +44,7 @@ src_prepare() { epatch "${FILESDIR}/${PV}-ncurses.patch" # allow for some variables to be passed to make - sed -i '/make/s/\$OPTIONS/& CC="$CC" COPTIMISE="$CFLAGS" STRIP=true/' \ + sed -i '/make/s/\$OPTIONS/& CC="$CC" COPTIMISE="$CFLAGS" LDFLAGS="$LDFLAGS" STRIP=true/' \ build || die "sed failed" } |