aboutsummaryrefslogtreecommitdiff
path: root/print/dymo-cups-drivers
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2020-06-27 09:54:43 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2020-06-27 09:54:43 +0000
commit7d2ec63817ca20be013385611268f92fac3f7ab7 (patch)
treeab41e039d6bb7786d2425ae6a816d162f39a1f50 /print/dymo-cups-drivers
parentce5c41d70262c1880693524fd0b0e8e2dfca8588 (diff)
downloadports-7d2ec63817ca20be013385611268f92fac3f7ab7.tar.gz
ports-7d2ec63817ca20be013385611268f92fac3f7ab7.zip
Fix build after cups port was updated.
Notes
Notes: svn path=/head/; revision=540590
Diffstat (limited to 'print/dymo-cups-drivers')
-rw-r--r--print/dymo-cups-drivers/Makefile2
-rw-r--r--print/dymo-cups-drivers/files/patch-src_common_CupsPrintEnvironment.h11
2 files changed, 12 insertions, 1 deletions
diff --git a/print/dymo-cups-drivers/Makefile b/print/dymo-cups-drivers/Makefile
index 3163d0124db2..d8f1d9a5adda 100644
--- a/print/dymo-cups-drivers/Makefile
+++ b/print/dymo-cups-drivers/Makefile
@@ -2,7 +2,7 @@
PORTNAME= dymo-cups-drivers
PORTVERSION= 1.4.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= print
MASTER_SITES= http://download.dymo.com/Software/Linux/
diff --git a/print/dymo-cups-drivers/files/patch-src_common_CupsPrintEnvironment.h b/print/dymo-cups-drivers/files/patch-src_common_CupsPrintEnvironment.h
new file mode 100644
index 000000000000..59fee388951e
--- /dev/null
+++ b/print/dymo-cups-drivers/files/patch-src_common_CupsPrintEnvironment.h
@@ -0,0 +1,11 @@
+--- src/common/CupsPrintEnvironment.h.orig 2020-06-27 09:49:12 UTC
++++ src/common/CupsPrintEnvironment.h
+@@ -21,6 +21,8 @@
+ #ifndef h952b1c81_8931_433a_8479_7ae6d8e85a86
+ #define h952b1c81_8931_433a_8479_7ae6d8e85a86
+
++#include <cups/backend.h>
++#include <cups/sidechannel.h>
+ #include "PrinterDriver.h"
+
+ namespace DymoPrinterDriver