diff options
author | tijl <tijl@FreeBSD.org> | 2016-10-18 18:58:49 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-10-18 18:58:49 +0800 |
commit | 52db3bab1a9fbe799163cbe0191cba0426487516 (patch) | |
tree | 35c6d403a5a8892c490c0090709dd6fd417ca2a5 /print | |
parent | 858c3c6ba4130b5775e58efda40e26ed65d294f0 (diff) | |
download | freebsd-ports-gnome-52db3bab1a9fbe799163cbe0191cba0426487516.tar.gz freebsd-ports-gnome-52db3bab1a9fbe799163cbe0191cba0426487516.tar.zst freebsd-ports-gnome-52db3bab1a9fbe799163cbe0191cba0426487516.zip |
Fix build with CUPS 2.2.x.
Diffstat (limited to 'print')
-rw-r--r-- | print/hplip/files/patch-prnt_hpcups_CommonDefinitions.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/print/hplip/files/patch-prnt_hpcups_CommonDefinitions.h b/print/hplip/files/patch-prnt_hpcups_CommonDefinitions.h new file mode 100644 index 000000000000..970d609a7aff --- /dev/null +++ b/print/hplip/files/patch-prnt_hpcups_CommonDefinitions.h @@ -0,0 +1,10 @@ +--- prnt/hpcups/CommonDefinitions.h.orig 2016-09-23 08:47:53 UTC ++++ prnt/hpcups/CommonDefinitions.h +@@ -41,6 +41,7 @@ + #include <sys/stat.h> + #include <cups/cups.h> + #include <cups/raster.h> ++#include <cups/ppd.h> + #include <stdarg.h> + #include <stdio.h> + #include <stdlib.h> |