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 | 0bb76e86fc963b1867c980ce4e8e5fc47fb18ab5 (patch) | |
tree | 3c0cb82a23564f9127d7cf28e2d15e97ca6f3e97 /app-editors/emacs/emacs-21.3-r1.ebuild | |
parent | add ~alpha and ~ia64 (diff) | |
download | historical-0bb76e86fc963b1867c980ce4e8e5fc47fb18ab5.tar.gz historical-0bb76e86fc963b1867c980ce4e8e5fc47fb18ab5.tar.bz2 historical-0bb76e86fc963b1867c980ce4e8e5fc47fb18ab5.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} \ |