View | Details | Raw Unified | Return to bug 236217 | Differences between
and this patch

Collapse All | Expand All

(-)b/graphics/dspdfviewer/Makefile (-1 / +6 lines)
Lines 3-9 Link Here
3
PORTNAME=	dspdfviewer
3
PORTNAME=	dspdfviewer
4
PORTVERSION=	1.15.1
4
PORTVERSION=	1.15.1
5
DISTVERSIONPREFIX=v
5
DISTVERSIONPREFIX=v
6
PORTREVISION=	11
6
PORTREVISION=	12
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
8
9
MAINTAINER=	santhosh.raju@gmail.com
9
MAINTAINER=	santhosh.raju@gmail.com
Lines 41-46 CFLAGS+= -Wno-error=undefined-func-template Link Here
41
CFLAGS+=	-Wno-error=zero-as-null-pointer-constant
41
CFLAGS+=	-Wno-error=zero-as-null-pointer-constant
42
.endif
42
.endif
43
43
44
# Fixes build failure for Clang 8.0.0
45
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1300014
46
CFLAGS+=       -Wno-error=extra-semi-stmt
47
.endif
48
44
CFLAGS+=	-Wno-error=redundant-parens
49
CFLAGS+=	-Wno-error=redundant-parens
45
50
46
.include <bsd.port.post.mk>
51
.include <bsd.port.post.mk>

Return to bug 236217