summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-01-22 04:26:51 +0000
committerAchim Gottinger <achim@gentoo.org>2001-01-22 04:26:51 +0000
commita82b4869b79e037401476ff423cbbcec45e33200 (patch)
tree2bb4200e1d2e880c81430615679d89cce717a5de /sys-libs
parent*** empty log message *** (diff)
downloadhistorical-a82b4869b79e037401476ff423cbbcec45e33200.tar.gz
historical-a82b4869b79e037401476ff423cbbcec45e33200.tar.bz2
historical-a82b4869b79e037401476ff423cbbcec45e33200.zip
*** empty log message ***
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/ncurses/ncurses-5.2-r1.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys-libs/ncurses/ncurses-5.2-r1.ebuild b/sys-libs/ncurses/ncurses-5.2-r1.ebuild
index 91974c30a550..63cf4b780cb7 100644
--- a/sys-libs/ncurses/ncurses-5.2-r1.ebuild
+++ b/sys-libs/ncurses/ncurses-5.2-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.2-r1.ebuild,v 1.1 2001/01/01 21:58:35 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.2-r1.ebuild,v 1.2 2001/01/22 04:26:51 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -12,7 +12,11 @@ HOMEPAGE="http://www.gnu.org/software/ncurses/ncurses.html"
DEPEND=">=sys-libs/glibc-2.1.3"
src_compile() {
- try ./configure --prefix=/usr --libdir=/lib --enable-symlinks --disable-termcap --with-shared --with-libtool --without-debug --with-rcs-ids --host=${CHOST}
+ try ./configure --prefix=/usr --libdir=/lib \
+ --enable-symlinks --disable-termcap \
+ --with-shared --with-libtool \
+ --without-debug --with-rcs-ids \
+ --host=${CHOST}
try make ${MAKEOPTS}
}