diff options
Diffstat (limited to 'app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild')
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild index 77030432236c..4dfc9d322af6 100644 --- a/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild,v 1.7 2008/04/22 17:49:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild,v 1.8 2008/06/01 11:33:58 ulm Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -40,9 +40,7 @@ RDEPEND="sys-libs/ncurses gtk? ( =x11-libs/gtk+-2* ) !gtk? ( Xaw3d? ( x11-libs/Xaw3d ) - !Xaw3d? ( - motif? ( virtual/motif ) - ) + !Xaw3d? ( motif? ( x11-libs/openmotif ) ) ) )" @@ -144,6 +142,9 @@ src_compile() { ${myconf} || die "econf emacs failed" emake CC="$(tc-getCC)" bootstrap || die "make bootstrap failed" + # cleanup, otherwise emacs will be dumped again in src_install + (cd src; emake versionclean) + emake CC="$(tc-getCC)" || die "emake failed" } src_install () { |