summaryrefslogtreecommitdiffstats
path: root/source/x/xterm/xterm.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/xterm/xterm.SlackBuild')
-rwxr-xr-xsource/x/xterm/xterm.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/source/x/xterm/xterm.SlackBuild b/source/x/xterm/xterm.SlackBuild
index 0fb93661f..36f2bb3f9 100755
--- a/source/x/xterm/xterm.SlackBuild
+++ b/source/x/xterm/xterm.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=xterm
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-6}
+BUILD=${BUILD:-7}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -97,12 +97,16 @@ CFLAGS="$SLKCFLAGS" \
--enable-88-color \
--enable-256-color \
--enable-regis-graphics \
- --enable-sixel-graphics \
+ --disable-sixel-graphics \
--with-icon-theme=hicolor \
--with-icondir=/usr/share/icons \
--with-pixmapdir=/usr/share/pixmaps \
--build=$ARCH-slackware-linux || exit 1
+# Disabled due to currently unpatched buffer overflow. Besides, I'm not sure
+# how useful this really is in the first place.
+# --enable-sixel-graphics
+
# Build and install:
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1