- Fix build

PR:		ports/162302
Submitted by:	Bengt Ahlgren <bengta sics.se>
Feature safe:	yes
This commit is contained in:
Thomas Abthorpe 2011-11-11 23:10:40 +00:00
parent ef471fd9f3
commit a6cd2af202
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285604
2 changed files with 10 additions and 2 deletions

View file

@ -17,8 +17,6 @@ COMMENT= A gtk interface to cups
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-client
BROKEN= does not compile
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GNOME= gtk20

View file

@ -0,0 +1,10 @@
--- gtklp/gtklp.h.orig 2010-02-11 20:38:17.000000000 +0100
+++ gtklp/gtklp.h 2011-11-04 23:04:22.000000000 +0100
@@ -26,6 +26,7 @@
#include <gtk/gtk.h>
#include <cups/cups.h>
+#include <cups/ppd.h>
#include <cups/http.h>
#include <defaults.h>