summaryrefslogtreecommitdiffstats
path: root/source/ap/cups-filters/cups-filters.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/cups-filters/cups-filters.SlackBuild')
-rwxr-xr-xsource/ap/cups-filters/cups-filters.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/ap/cups-filters/cups-filters.SlackBuild b/source/ap/cups-filters/cups-filters.SlackBuild
index 040153401..6d3f26413 100755
--- a/source/ap/cups-filters/cups-filters.SlackBuild
+++ b/source/ap/cups-filters/cups-filters.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2015, 2018, 2023 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2015, 2018, 2023, 2024 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=cups-filters
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-5}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -101,7 +101,6 @@ CXXFLAGS="$SLKCFLAGS -std=c++17 -fpermissive" \
--without-php \
--disable-mutool \
--disable-static \
- --with-browseremoteprotocols=cups \
--build=$ARCH-slackware-linux || exit 1
make $NUMJOBS || exit 1