graphics/dspdfviewer: fix sanity checks

Pointy hat:	rene
Reported by:	dvl
This commit is contained in:
Rene Ladan 2020-10-21 21:27:41 +00:00
parent 780c77b9d5
commit 4facd1f647
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552900

View file

@ -47,7 +47,7 @@ CFLAGS+= -Wno-error=zero-as-null-pointer-constant
.endif
# Fixes build failure for Clang 8.0.0
.if ${OPSYS} == FreeBSD && && ${CHOSEN_COMPILER_TYPE} == clang
.if ${OPSYS} == FreeBSD && ${CHOSEN_COMPILER_TYPE} == clang
CFLAGS+= -Wno-error=extra-semi-stmt
.endif