diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-08-11 01:38:12 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-08-11 01:38:12 +0000 |
commit | ecc9c844c85c9dbbf9c4d4ce7e7d8ed67a18c622 (patch) | |
tree | d5af844edb86a410c96f3aefb23965bc04e91312 /net-ftp/lftp | |
parent | finally, a new version which *should* work better than the previous ones. I d... (diff) | |
download | gentoo-2-ecc9c844c85c9dbbf9c4d4ce7e7d8ed67a18c622.tar.gz gentoo-2-ecc9c844c85c9dbbf9c4d4ce7e7d8ed67a18c622.tar.bz2 gentoo-2-ecc9c844c85c9dbbf9c4d4ce7e7d8ed67a18c622.zip |
fix: this thing isn't compatible with emake/pmake
Diffstat (limited to 'net-ftp/lftp')
-rw-r--r-- | net-ftp/lftp/lftp-2.3.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-ftp/lftp/lftp-2.3.11.ebuild b/net-ftp/lftp/lftp-2.3.11.ebuild index 416866140a45..9a3901f405ea 100644 --- a/net-ftp/lftp/lftp-2.3.11.ebuild +++ b/net-ftp/lftp/lftp-2.3.11.ebuild @@ -32,7 +32,7 @@ src_compile() { export CXXFLAGS="-fno-exceptions -fno-rtti ${CXXFLAGS}" try ./configure --prefix=/usr --sysconfdir=/etc/lftp --with-modules --mandir=/usr/share/man $myconf - try pmake + try make } src_install() { |