diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-12 21:35:07 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-12 21:35:07 +0000 |
commit | 6abd910bcaeb17f25ac8b81803b64b508d552946 (patch) | |
tree | f570e56532c19a0e5b427c7e2ebc265efe397586 /sys-libs/ncurses | |
parent | Changed paths from absolute to relative (diff) | |
download | historical-6abd910bcaeb17f25ac8b81803b64b508d552946.tar.gz historical-6abd910bcaeb17f25ac8b81803b64b508d552946.tar.bz2 historical-6abd910bcaeb17f25ac8b81803b64b508d552946.zip |
*** empty log message ***
Diffstat (limited to 'sys-libs/ncurses')
-rw-r--r-- | sys-libs/ncurses/ncurses-5.1-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-libs/ncurses/ncurses-5.1-r1.ebuild b/sys-libs/ncurses/ncurses-5.1-r1.ebuild index 8fa9960f17e0..3492e5a4f174 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.7 2000/11/10 16:00:11 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.1-r1.ebuild,v 1.8 2000/11/12 21:35:07 achim Exp $ P=ncurses-5.1 A=${P}.tar.gz @@ -11,9 +11,10 @@ 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() { - echo $CC $AS $LD - try ./configure --prefix=/usr --enable-symlinks --disable-termcap --with-rpath \ +src_compile() { + #export CFLAGS="-V 2.95.2 ${CFLAGS}" + #export CXXFLAGS=$CFLAGS + try ./configure --prefix=/usr --enable-symlinks --disable-termcap \ --with-gpm --with-shared --without-debug --with-rcs-ids --host=${CHOST} try make } |