freebsd-ports/print/cups-bjnp/Makefile
Piotr Kubaj 6622cd7098 print/cups-bjnp: fix build on GCC architectures
Use C11 compiler:
bjnp-io.h:106: error: redefinition of typedef 'printer_t'
bjnp.h:132: error: previous declaration of 'printer_t' was here
2020-08-30 14:00:00 +00:00

24 lines
483 B
Makefile

# $FreeBSD$
PORTNAME= cups-bjnp
PORTVERSION= 2.0.3
CATEGORIES= print
MASTER_SITES= SF
MAINTAINER= danilo@FreeBSD.org
COMMENT= CUPS backend for Canon USB over IP protocol
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcups.so:print/cups
USES= compiler:c11 localbase:ldflags
PLIST_FILES= libexec/cups/backend/bjnp
GNU_CONFIGURE= yes
# Just to avoid a tautological pointer compare in bjnp-commands.c:187
CONFIGURE_ARGS+= --disable-Werror
.include <bsd.port.mk>