Skip to content

Commit

Permalink
x11-drivers/xf86-video-openchrome: Fix build with llvm15
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Jun 9, 2023
1 parent 4ba71b5 commit 89f1d74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x11-drivers/xf86-video-openchrome/Makefile
Expand Up @@ -31,4 +31,8 @@ PLIST_SUB+= XVMC=""
PLIST_SUB+= XVMC="@comment "
.endif

.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=int-conversion
.endif

.include <bsd.port.mk>

0 comments on commit 89f1d74

Please sign in to comment.