aboutsummaryrefslogtreecommitdiff
path: root/system/dymo-cups-drivers/dymo-cups-drivers.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-02-05 16:30:14 +1300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-06 15:47:04 +0700
commitd15ab497505c4b8857bf2d0b630d320e1697fb73 (patch)
tree43c9b44c5ff3bb851633ba9f9d1861dac0dd8af1 /system/dymo-cups-drivers/dymo-cups-drivers.SlackBuild
parent5038ed3a2321ce12725a257ae721f73cdb124b55 (diff)
system/dymo-cups-drivers: Fix build with newer cups.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/dymo-cups-drivers/dymo-cups-drivers.SlackBuild')
-rw-r--r--system/dymo-cups-drivers/dymo-cups-drivers.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/dymo-cups-drivers/dymo-cups-drivers.SlackBuild b/system/dymo-cups-drivers/dymo-cups-drivers.SlackBuild
index 64859d5db4fcc..83bb2ff7eacd2 100644
--- a/system/dymo-cups-drivers/dymo-cups-drivers.SlackBuild
+++ b/system/dymo-cups-drivers/dymo-cups-drivers.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dymo-cups-drivers
VERSION=${VERSION:-1.4.0.5}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -81,6 +81,7 @@ find -L . \
# Patch for the newer cups - thanks archlinux!
patch -p1 < $CWD/cups-ppd-header.patch
+patch -p1 < $CWD/cups-2.6-api.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \