diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-11-03 20:16:40 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-11-03 20:16:40 +0000 |
commit | d317ace8d5d7d777da7f40fdd44c4d18446ef22e (patch) | |
tree | 9e908e9a94980954243d815346abbda653cf9135 /app-editors/emacs-vcs | |
parent | Stable on amd64 wrt bug #343711 (diff) | |
download | gentoo-2-d317ace8d5d7d777da7f40fdd44c4d18446ef22e.tar.gz gentoo-2-d317ace8d5d7d777da7f40fdd44c4d18446ef22e.tar.bz2 gentoo-2-d317ace8d5d7d777da7f40fdd44c4d18446ef22e.zip |
Pass the --with-crt-dir option to configure, as it was backported upstream.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/emacs-vcs')
-rw-r--r-- | app-editors/emacs-vcs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/emacs-vcs/emacs-vcs-23.2.9999.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/emacs-vcs/ChangeLog b/app-editors/emacs-vcs/ChangeLog index 2f160dd030d7..42b467295d33 100644 --- a/app-editors/emacs-vcs/ChangeLog +++ b/app-editors/emacs-vcs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/emacs-vcs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.33 2010/10/25 21:31:09 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.34 2010/11/03 20:16:40 ulm Exp $ + + 03 Nov 2010; Ulrich Mueller <ulm@gentoo.org> emacs-vcs-23.2.9999.ebuild: + Pass the --with-crt-dir option to configure, as it was backported upstream. 25 Oct 2010; Ulrich Mueller <ulm@gentoo.org> emacs-vcs-23.2.9999.ebuild, emacs-vcs-24.0.9999.ebuild: diff --git a/app-editors/emacs-vcs/emacs-vcs-23.2.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-23.2.9999.ebuild index 78b085b2820d..b5a651725de5 100644 --- a/app-editors/emacs-vcs/emacs-vcs-23.2.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-23.2.9999.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.2.9999.ebuild,v 1.9 2010/10/25 21:31:09 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.2.9999.ebuild,v 1.10 2010/11/03 20:16:40 ulm Exp $ EAPI=2 -inherit autotools elisp-common eutils flag-o-matic +inherit autotools elisp-common eutils flag-o-matic multilib if [ "${PV##*.}" = "9999" ]; then inherit bzr @@ -191,6 +191,7 @@ src_configure() { econf \ --program-suffix=-${EMACS_SUFFIX} \ --infodir=/usr/share/info/${EMACS_SUFFIX} \ + --with-crt-dir=/usr/$(get_libdir) \ ${myconf} || die "econf emacs failed" } |