diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-06-27 20:10:57 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-06-27 20:10:57 +0000 |
commit | 059ac385617a2f80ace45b0be1d39065be18e36a (patch) | |
tree | 76f35c32a3bc53e8958e60ea7e4c4e6b9c09dac2 /app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild | |
parent | Added EULA for RTCW Enemy Territory (diff) | |
download | historical-059ac385617a2f80ace45b0be1d39065be18e36a.tar.gz historical-059ac385617a2f80ace45b0be1d39065be18e36a.tar.bz2 historical-059ac385617a2f80ace45b0be1d39065be18e36a.zip |
leaving in debugging symbols makes sense for a cvs-ebuild :)
Diffstat (limited to 'app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild')
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild b/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild index 4f0b5d594577..6e72fe9f6d39 100644 --- a/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild,v 1.11 2003/06/04 18:54:36 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild,v 1.12 2003/06/27 20:10:52 mkennedy Exp $ ECVS_SERVER="subversions.gnu.org:/cvsroot/emacs" ECVS_MODULE="emacs" @@ -18,6 +18,7 @@ HOMEPAGE="http://www.gnu.org/software/emacs" # Never use the sandbox, it causes Emacs to segfault on startup SANDBOX_DISABLED="1" +RESTRICT="$RESTRICT nostrip" DEPEND=">=sys-libs/ncurses-5.3 sys-libs/gdbm @@ -71,11 +72,14 @@ src_compile() { myconf="${myconf} --without-x" fi + unset CFLAGS CPPFLAGS + ./configure --host=${CHOST} \ --prefix=/usr \ --libexecdir=/usr/lib \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ + --enable-debug \ ${myconf} || die make bootstrap || die |