svn commit: r424154 - head/print/hplip/files

Tijl Coosemans tijl at FreeBSD.org
Tue Oct 18 10:58:50 UTC 2016


Author: tijl
Date: Tue Oct 18 10:58:49 2016
New Revision: 424154
URL: https://svnweb.freebsd.org/changeset/ports/424154

Log:
  Fix build with CUPS 2.2.x.

Added:
  head/print/hplip/files/patch-prnt_hpcups_CommonDefinitions.h   (contents, props changed)

Added: head/print/hplip/files/patch-prnt_hpcups_CommonDefinitions.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/hplip/files/patch-prnt_hpcups_CommonDefinitions.h	Tue Oct 18 10:58:49 2016	(r424154)
@@ -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>


More information about the svn-ports-all mailing list