diff options
author | 2011-06-19 11:34:59 +0000 | |
---|---|---|
committer | 2011-06-19 11:34:59 +0000 | |
commit | 8663907ea28f7bfd7633298176e48d72bd81817d (patch) | |
tree | 4a61420b13cd976c00cc0ecbc282a4e0d161d03e /net-print/hplip/files | |
parent | Unmasked sec-policy/selinux-policykit, bug #371441 (diff) | |
download | gentoo-2-8663907ea28f7bfd7633298176e48d72bd81817d.tar.gz gentoo-2-8663907ea28f7bfd7633298176e48d72bd81817d.tar.bz2 gentoo-2-8663907ea28f7bfd7633298176e48d72bd81817d.zip |
Revision bump. Fix build with cups-1.5, thanks to Dale for the report on the gentoo-user mailing list.
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'net-print/hplip/files')
-rw-r--r-- | net-print/hplip/files/hplip-3.11.5-cups-1.5.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-print/hplip/files/hplip-3.11.5-cups-1.5.patch b/net-print/hplip/files/hplip-3.11.5-cups-1.5.patch new file mode 100644 index 000000000000..a6e95f1cc615 --- /dev/null +++ b/net-print/hplip/files/hplip-3.11.5-cups-1.5.patch @@ -0,0 +1,11 @@ +diff -up hplip-3.11.5/prnt/hpps/hppsfilter.c.cups15 hplip-3.11.5/prnt/hpps/hppsfilter.c +--- hplip-3.11.5/prnt/hpps/hppsfilter.c.cups15 2011-06-10 11:44:25.933781345 +0100 ++++ hplip-3.11.5/prnt/hpps/hppsfilter.c 2011-06-10 11:46:24.474510996 +0100 +@@ -38,6 +38,7 @@ + #include <unistd.h> + #include <fcntl.h> + #include <cups/cups.h> ++#include <cups/ppd.h> + #include <sys/types.h> + #include <sys/stat.h> + |