summaryrefslogtreecommitdiffstats
path: root/source/ap/texinfo/texinfo.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/texinfo/texinfo.SlackBuild')
-rwxr-xr-xsource/ap/texinfo/texinfo.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/ap/texinfo/texinfo.SlackBuild b/source/ap/texinfo/texinfo.SlackBuild
index 6b83f1a5b..e32c31d2e 100755
--- a/source/ap/texinfo/texinfo.SlackBuild
+++ b/source/ap/texinfo/texinfo.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=texinfo
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -86,6 +86,8 @@ find . \
# The --disable-perl-xs below prevents some perl extensions from being replaced
# by C versions which have been known to choke over UTF-8 issues:
+# NOTE (12/2022): Removed this option to get a2ps building again. Looks like
+# Arch (at least) does not include this option either.
CFLAGS="$SLKCFLAGS" \
./configure \
@@ -95,7 +97,6 @@ CFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--infodir=/usr/info \
--docdir=/usr/doc/texinfo-$VERSION \
- --disable-perl-xs \
--build=$ARCH-slackware-linux || exit 1
make $NUMJOBS || make || exit 1