Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Oct 2016 10:58:49 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424154 - head/print/hplip/files
Message-ID:  <201610181058.u9IAwnaq040796@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610181058.u9IAwnaq040796>