diff options
author | makc <makc@FreeBSD.org> | 2011-10-12 00:49:41 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2011-10-12 00:49:41 +0800 |
commit | 9496b054614341bdcd2fe37a6b4e8ca2c093ea81 (patch) | |
tree | 04b6cc2a3150a1a1be1dbdb9b0e99addd18da57f /print | |
parent | 7eea9e33b18c0cc89e80519bb70372d358c7a33e (diff) | |
download | freebsd-ports-gnome-9496b054614341bdcd2fe37a6b4e8ca2c093ea81.tar.gz freebsd-ports-gnome-9496b054614341bdcd2fe37a6b4e8ca2c093ea81.tar.zst freebsd-ports-gnome-9496b054614341bdcd2fe37a6b4e8ca2c093ea81.zip |
Fix build after cups update
PR: ports/161491
Submitted by: Kaspars Bankovskis <kaspars at bankovskis.lv>
Diffstat (limited to 'print')
-rw-r--r-- | print/hplip/files/patch-prnt__hpps__hppsfilter.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/print/hplip/files/patch-prnt__hpps__hppsfilter.c b/print/hplip/files/patch-prnt__hpps__hppsfilter.c new file mode 100644 index 000000000000..9600f3600d80 --- /dev/null +++ b/print/hplip/files/patch-prnt__hpps__hppsfilter.c @@ -0,0 +1,10 @@ +--- prnt/hpps/hppsfilter.c.orig 2011-10-11 17:25:10.000000000 +0300 ++++ prnt/hpps/hppsfilter.c 2011-10-11 17:25:29.000000000 +0300 +@@ -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> + |