Date: Tue, 18 Oct 2016 16:47:26 +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: r424177 - head/www/chromium/files Message-ID: <201610181647.u9IGlQ1k076323@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Tue Oct 18 16:47:26 2016 New Revision: 424177 URL: https://svnweb.freebsd.org/changeset/ports/424177 Log: Fix build with CUPS 2.2.x. Added: head/www/chromium/files/patch-printing_backend_print__backend__cups.cc (contents, props changed) Added: head/www/chromium/files/patch-printing_backend_print__backend__cups.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-printing_backend_print__backend__cups.cc Tue Oct 18 16:47:26 2016 (r424177) @@ -0,0 +1,10 @@ +--- printing/backend/print_backend_cups.cc.orig 2016-08-03 19:02:22 UTC ++++ printing/backend/print_backend_cups.cc +@@ -4,6 +4,7 @@ + + #include "printing/backend/print_backend.h" + ++#include <cups/ppd.h> + #include <dlfcn.h> + #include <errno.h> + #include <pthread.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610181647.u9IGlQ1k076323>