summaryrefslogtreecommitdiffstats
path: root/source/ap/mc/mc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/mc/mc.SlackBuild')
-rwxr-xr-xsource/ap/mc/mc.SlackBuild9
1 files changed, 1 insertions, 8 deletions
diff --git a/source/ap/mc/mc.SlackBuild b/source/ap/mc/mc.SlackBuild
index f39c73d37..19082a848 100755
--- a/source/ap/mc/mc.SlackBuild
+++ b/source/ap/mc/mc.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2011, 2013, 2016, 2018, 2019, 2023 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2011, 2013, 2016, 2018, 2019, 2023, 2024 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -84,18 +84,11 @@ CFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--localstatedir=/var \
--docdir=/usr/doc/mc-$VERSION \
- --enable-extcharset \
- --enable-netcode \
--enable-background \
--enable-charset \
--enable-aspell \
--with-gpm-mouse \
- --with-ext2undel \
--with-x=yes \
- --with-vfs \
- --enable-vfs-smb \
- --with-smb-configdir=/etc/samba \
- --with-smb-codepagedir=/etc/codepages \
--build=$ARCH-slackware-linux || exit 1
make $NUMJOBS || make || exit 1