diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2009-07-04 19:03:29 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2009-07-04 19:03:29 +0300 |
commit | 2797db46c510a093128ecb3fa796a405a7a3f01e (patch) | |
tree | 0bb139d88e061f254223a2768f101c1834f78985 /app-misc/mc/mc-4.9999.ebuild | |
parent | 008acd36f404bc9799a5584fd086b04bbe2d5585 (diff) |
deleted: app-misc/mc/ChangeLog
modified: app-misc/mc/mc-4.9999.ebuild
Diffstat (limited to 'app-misc/mc/mc-4.9999.ebuild')
-rw-r--r-- | app-misc/mc/mc-4.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/mc/mc-4.9999.ebuild b/app-misc/mc/mc-4.9999.ebuild index be7bab2..a2503a1 100644 --- a/app-misc/mc/mc-4.9999.ebuild +++ b/app-misc/mc/mc-4.9999.ebuild @@ -86,7 +86,7 @@ src_unpack() { } src_compile() { - local myconf="--with-vfs --with-ext2undel --enable-charset --with-edit" + local myconf="--with-vfs --with-ext2undel --enable-charset --with-edit --enable-extcharset --enable-vfs-mcfs --enable-mcserver" if use unicode; then myconf+=" --with-screen=slang" |