- Fix build
PR: ports/162302 Submitted by: Bengt Ahlgren <bengta sics.se> Feature safe: yes
This commit is contained in:
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
|
@ -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
|
||||
|
|
10
print/gtklp/files/patch-gtklp__gtklp.h
Normal file
10
print/gtklp/files/patch-gtklp__gtklp.h
Normal 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>
|
Loading…
Reference in a new issue