diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2011-11-12 07:10:40 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2011-11-12 07:10:40 +0800 |
commit | 27d9b1ede5f6e45aa486d1c8c522e2bc02c7a00a (patch) | |
tree | 7a22836f7684c47d2014f55ee35486769a981c9a /print | |
parent | 925b9f85197f65408e484b10d7377e26162f890d (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | print/gtklp/files/patch-gtklp__gtklp.h | 10 |
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 |