diff options
Diffstat (limited to 'source/n/mutt/mutt.SlackBuild')
-rwxr-xr-x | source/n/mutt/mutt.SlackBuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/source/n/mutt/mutt.SlackBuild b/source/n/mutt/mutt.SlackBuild index 9484bc27..e7574980 100755 --- a/source/n/mutt/mutt.SlackBuild +++ b/source/n/mutt/mutt.SlackBuild @@ -21,7 +21,7 @@ PKGNAM=mutt VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -58,10 +58,6 @@ tar xvf $CWD/mutt-$VERSION.tar.?z* || exit 1 cd mutt-$VERSION || exit 1 chown -R root:root . -# "error creating gpgme context: Not operational?" bugfix -# http://dev.mutt.org/trac/ticket/3300 -zcat $CWD/mutt.gpgme.diff.gz | patch -p1 --verbose || exit 1 - CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ @@ -77,8 +73,6 @@ CFLAGS="$SLKCFLAGS" \ --enable-smtp \ --enable-gpgme \ --enable-hcache \ - --enable-locales-fix \ - --without-wc-funcs \ --build=$ARCH-slackware-linux make $NUMJOBS || make || exit 1 |