summaryrefslogtreecommitdiffstats
path: root/source/e/emacs/emacs.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/e/emacs/emacs.SlackBuild')
-rwxr-xr-xsource/e/emacs/emacs.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/e/emacs/emacs.SlackBuild b/source/e/emacs/emacs.SlackBuild
index cb251e006..0faa77f9f 100755
--- a/source/e/emacs/emacs.SlackBuild
+++ b/source/e/emacs/emacs.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=emacs
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
# Determine version number the tarball is labeled with:
TARBALLVER=${TARBALLVER:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
# OK, now what's being used as the source directory version number... account
@@ -107,6 +107,7 @@ CXXFLAGS="$SLKCFLAGS" \
--infodir=/usr/info \
--without-gconf \
--without-gsettings \
+ --with-modules \
--with-x \
--with-x-toolkit=${X_TOOLKIT:-gtk3} \
--build=${ARCH}-slackware-linux || exit 1
@@ -146,6 +147,7 @@ CXXFLAGS="$SLKCFLAGS" \
--infodir=/usr/info \
--without-gconf \
--without-gsettings \
+ --with-modules \
--with-x=no \
--build=${ARCH}-slackware-linux || exit 1