summaryrefslogtreecommitdiff
path: root/print/gtklp
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2011-11-11 23:10:40 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2011-11-11 23:10:40 +0000
commita6cd2af20248fac0c121a5194efafe528cba0701 (patch)
tree54b45c9476cd42620dc078d611fae3fa4785e5bc /print/gtklp
parent- Update to 1.4.10 (diff)
- Fix build
PR: ports/162302 Submitted by: Bengt Ahlgren <bengta sics.se> Feature safe: yes
Notes
Notes: svn path=/head/; revision=285604
Diffstat (limited to 'print/gtklp')
-rw-r--r--print/gtklp/Makefile2
-rw-r--r--print/gtklp/files/patch-gtklp__gtklp.h10
2 files changed, 10 insertions, 2 deletions
diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile
index 21dcfc4229b3..05dbe3fc0cf5 100644
--- a/print/gtklp/Makefile
+++ b/print/gtklp/Makefile
@@ -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
diff --git a/print/gtklp/files/patch-gtklp__gtklp.h b/print/gtklp/files/patch-gtklp__gtklp.h
new file mode 100644
index 000000000000..97ec05395a38
--- /dev/null
+++ b/print/gtklp/files/patch-gtklp__gtklp.h
@@ -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> \ No newline at end of file