diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-07-12 20:08:08 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-07-12 20:08:08 +0000 |
commit | 455e21f009a8cc3bccc706c434fa455705dcb518 (patch) | |
tree | 1a60119ca702d742931ab3d0b9fb5a0527400855 | |
parent | Mark BROKEN: fails to build (diff) |
Mark BROKEN
cups.c:42:12: error: incomplete definition of type 'struct _ipp_s'
Reported by: pkg-fallout
MFH: 2020Q3
Notes
Notes:
svn path=/head/; revision=542096
-rw-r--r-- | print/cloud-print-connector/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/cloud-print-connector/Makefile b/print/cloud-print-connector/Makefile index ede33837fa87..0eeea366a10a 100644 --- a/print/cloud-print-connector/Makefile +++ b/print/cloud-print-connector/Makefile @@ -12,6 +12,8 @@ COMMENT= Share CUPS printers via Google Cloud Print LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= cups.c:42:12: error: incomplete definition of type 'struct _ipp_s' + LIB_DEPENDS= libcups.so:print/cups \ libavahi-client.so:net/avahi-app \ libavahi-common.so:net/avahi-app |