diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-02-17 22:08:19 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-02-17 22:08:19 +0000 |
commit | 0ddbb2efccef8d23edaee0f61ee2091c12a28b14 (patch) | |
tree | d35e6a2dfdee885a8db4a3bd148c3eb7df877245 /app-editors/emacs/emacs-21.3-r1.ebuild | |
parent | add ~alpha and ~ia64 (Manifest recommit) (diff) | |
download | gentoo-2-0ddbb2efccef8d23edaee0f61ee2091c12a28b14.tar.gz gentoo-2-0ddbb2efccef8d23edaee0f61ee2091c12a28b14.tar.bz2 gentoo-2-0ddbb2efccef8d23edaee0f61ee2091c12a28b14.zip |
Moved filter-flags to src_compile() to kill the 'has_version() in global scope' warning with portage-2.0.50. Also marked stable on x86 and alpha.
Diffstat (limited to 'app-editors/emacs/emacs-21.3-r1.ebuild')
-rw-r--r-- | app-editors/emacs/emacs-21.3-r1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app-editors/emacs/emacs-21.3-r1.ebuild b/app-editors/emacs/emacs-21.3-r1.ebuild index 4cde63cc2590..3a9c1ba71832 100644 --- a/app-editors/emacs/emacs-21.3-r1.ebuild +++ b/app-editors/emacs/emacs-21.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.3-r1.ebuild,v 1.6 2003/12/08 07:40:54 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.3-r1.ebuild,v 1.7 2004/02/17 22:08:19 usata Exp $ IUSE="X nls motif leim gnome Xaw3d" @@ -32,10 +32,11 @@ SANDBOX_DISABLED="1" DFILE=emacs.desktop -# -fstack-protector gets internal compiler error at xterm.c (bug 33265) -filter-flags -fstack-protector - src_compile() { + + # -fstack-protector gets internal compiler error at xterm.c (bug 33265) + filter-flags -fstack-protector + local myconf use nls || myconf="${myconf} --disable-nls" use X && myconf="${myconf} \ |