aboutsummaryrefslogtreecommitdiff
path: root/system/dymo-cups-drivers/dymo-cups-drivers.SlackBuild
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2017-06-01 10:55:07 +0200
committerRobby Workman <rworkman@slackbuilds.org>2021-04-17 23:19:29 -0500
commitb0b27724f59687bdbad17012a2545f4925d27ddb (patch)
tree66f2976491393759a2d8432bd5b3ae2a10117c89 /system/dymo-cups-drivers/dymo-cups-drivers.SlackBuild
parent6a98a6f8f6c06b2967747cad932b67144cda24b0 (diff)
downloadslackbuilds-b0b27724f59687bdbad17012a2545f4925d27ddb.tar.xz
system/dymo-cups-drivers: Patch for the newer cups.
Signed-off-by: Matteo Bernardini <ponce@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, 3 insertions, 0 deletions
diff --git a/system/dymo-cups-drivers/dymo-cups-drivers.SlackBuild b/system/dymo-cups-drivers/dymo-cups-drivers.SlackBuild
index d75cb09fca90..e647c5209e75 100644
--- a/system/dymo-cups-drivers/dymo-cups-drivers.SlackBuild
+++ b/system/dymo-cups-drivers/dymo-cups-drivers.SlackBuild
@@ -69,6 +69,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# Patch for the newer cups - thanks archlinux!
+patch -p1 < $CWD/cups-ppd-header.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \