aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2011-11-12 07:10:40 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2011-11-12 07:10:40 +0800
commit27d9b1ede5f6e45aa486d1c8c522e2bc02c7a00a (patch)
tree7a22836f7684c47d2014f55ee35486769a981c9a /print
parent925b9f85197f65408e484b10d7377e26162f890d (diff)
downloadfreebsd-ports-gnome-27d9b1ede5f6e45aa486d1c8c522e2bc02c7a00a.tar.gz
freebsd-ports-gnome-27d9b1ede5f6e45aa486d1c8c522e2bc02c7a00a.tar.zst
freebsd-ports-gnome-27d9b1ede5f6e45aa486d1c8c522e2bc02c7a00a.zip
- Fix build
PR: ports/162302 Submitted by: Bengt Ahlgren <bengta sics.se> Feature safe: yes
Diffstat (limited to 'print')
-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