summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-10 02:02:59 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-10 02:02:59 +0000
commitfaf11ac720efb63247bd64c3489e9372573e4214 (patch)
tree505561e04e23fe5dd2c620f16ace74cb30fd9f99 /sys-libs
parentTidy up. (diff)
downloadgentoo-2-faf11ac720efb63247bd64c3489e9372573e4214.tar.gz
gentoo-2-faf11ac720efb63247bd64c3489e9372573e4214.tar.bz2
gentoo-2-faf11ac720efb63247bd64c3489e9372573e4214.zip
keep the user from hurting themselves #115036 by Philippe Troin
(Portage version: 2.0.53)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/ncurses/ncurses-5.4-r6.ebuild5
-rw-r--r--sys-libs/ncurses/ncurses-5.5-r1.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-libs/ncurses/ncurses-5.4-r6.ebuild b/sys-libs/ncurses/ncurses-5.4-r6.ebuild
index 0c2deda79239..6f00026017c6 100644
--- a/sys-libs/ncurses/ncurses-5.4-r6.ebuild
+++ b/sys-libs/ncurses/ncurses-5.4-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.4-r6.ebuild,v 1.10 2005/08/24 00:35:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.4-r6.ebuild,v 1.11 2005/12/10 02:02:59 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -37,6 +37,9 @@ src_compile() {
tc-export BUILD_CC
filter-flags -fno-exceptions
+ # Protect the user from themselves #115036
+ unset TERMINFO
+
# From version 5.3, ncurses also build c++ bindings, and as
# we do not have a c++ compiler during bootstrap, disable
# building it. We will rebuild ncurses after gcc's second
diff --git a/sys-libs/ncurses/ncurses-5.5-r1.ebuild b/sys-libs/ncurses/ncurses-5.5-r1.ebuild
index 4369c6e842b2..4e3ad7be296b 100644
--- a/sys-libs/ncurses/ncurses-5.5-r1.ebuild
+++ b/sys-libs/ncurses/ncurses-5.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.5-r1.ebuild,v 1.2 2005/11/10 21:28:37 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.5-r1.ebuild,v 1.3 2005/12/10 02:02:59 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -31,6 +31,9 @@ src_unpack() {
src_compile() {
tc-export BUILD_CC
+ # Protect the user from themselves #115036
+ unset TERMINFO
+
# From version 5.3, ncurses also build c++ bindings, and as
# we do not have a c++ compiler during bootstrap, disable
# building it. We will rebuild ncurses after gcc's second