diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-14 11:39:54 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-14 11:39:54 +0000 |
commit | 8d3c798ca9cf941fb333818839c90f4355d6fd14 (patch) | |
tree | 38e0a7e2d25fc44ee9ea1ffae0630141c95f3029 /gnome-apps/mc | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-8d3c798ca9cf941fb333818839c90f4355d6fd14.tar.gz gentoo-2-8d3c798ca9cf941fb333818839c90f4355d6fd14.tar.bz2 gentoo-2-8d3c798ca9cf941fb333818839c90f4355d6fd14.zip |
*** empty log message ***
Diffstat (limited to 'gnome-apps/mc')
-rw-r--r-- | gnome-apps/mc/mc-4.5.51.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnome-apps/mc/mc-4.5.51.ebuild b/gnome-apps/mc/mc-4.5.51.ebuild index 20080caf121d..2911829d01fd 100644 --- a/gnome-apps/mc/mc-4.5.51.ebuild +++ b/gnome-apps/mc/mc-4.5.51.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/mc/mc-4.5.51.ebuild,v 1.3 2000/09/15 20:08:56 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-apps/mc/mc-4.5.51.ebuild,v 1.4 2000/10/14 11:38:36 achim Exp $ P=mc-4.5.51 A=${P}.tar.gz @@ -20,7 +20,8 @@ src_unpack() { src_compile() { cd ${S} LDFLAGS="-lcrypt -lncurses" try ./configure --host=${CHOST} --prefix=/opt/gnome \ - --with-samba --with-ldap --with-pam + --with-samba --with-ldap --with-pam --with-vfs \ + --with-netrc --with-slang try make } |