summaryrefslogtreecommitdiffstats
path: root/source/l/serf/serf.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/serf/serf.SlackBuild')
-rwxr-xr-xsource/l/serf/serf.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/source/l/serf/serf.SlackBuild b/source/l/serf/serf.SlackBuild
index 9b58e685e..e890ea4e4 100755
--- a/source/l/serf/serf.SlackBuild
+++ b/source/l/serf/serf.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for serf
# Copyright 2014 Andrzej Telszewski, Sabadell
-# Copyright 2015, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2015, 2018, 2023 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=serf
VERSION=${VERSION:-$(echo serf-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-6}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -85,9 +85,6 @@ find . \
sed -i "/Default/s:lib_static,::" SConstruct
sed -i "/Alias/s:install_static,::" SConstruct
-# Fix for python3 based scons:
-zcat $CWD/serf.SConstruct.python3.diff.gz | patch -p1 --verbose || exit 1
-
scons $NUMJOBS \
PREFIX=/usr \
LIBDIR=/usr/lib${LIBDIRSUFFIX} \