graphics/dspdfviewer: fix sanity checks
Pointy hat: rene Reported by: dvl
This commit is contained in:
parent
780c77b9d5
commit
4facd1f647
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552900
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue