summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-11-10 16:00:11 +0000
committerAchim Gottinger <achim@gentoo.org>2000-11-10 16:00:11 +0000
commit336f9488ed548c37be5951c7208e35817e3fcb03 (patch)
tree62050ab014f7dc3389702aa7ccc02140d3e2e398 /sys-libs/ncurses
parentAdded localedata (diff)
downloadhistorical-336f9488ed548c37be5951c7208e35817e3fcb03.tar.gz
historical-336f9488ed548c37be5951c7208e35817e3fcb03.tar.bz2
historical-336f9488ed548c37be5951c7208e35817e3fcb03.zip
Dependencies and glibc update
Diffstat (limited to 'sys-libs/ncurses')
-rw-r--r--sys-libs/ncurses/ncurses-5.1-r1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-libs/ncurses/ncurses-5.1-r1.ebuild b/sys-libs/ncurses/ncurses-5.1-r1.ebuild
index a98242376020..8fa9960f17e0 100644
--- a/sys-libs/ncurses/ncurses-5.1-r1.ebuild
+++ b/sys-libs/ncurses/ncurses-5.1-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.1-r1.ebuild,v 1.6 2000/10/29 20:37:01 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.1-r1.ebuild,v 1.7 2000/11/10 16:00:11 achim Exp $
P=ncurses-5.1
A=${P}.tar.gz
@@ -11,8 +11,9 @@ SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/ncurses/${A}
ftp://ftp.gnu.org/pub/gnu/ncurses/${A}"
HOMEPAGE="http://www.gnu.org/software/ncurses/ncurses.html"
-src_compile() {
- try ./configure --prefix=/usr --enable-symlinks --disable-termcap \
+src_compile() {
+ echo $CC $AS $LD
+ try ./configure --prefix=/usr --enable-symlinks --disable-termcap --with-rpath \
--with-gpm --with-shared --without-debug --with-rcs-ids --host=${CHOST}
try make
}