Skip to content

Commit

Permalink
multimedia/bcmatroska2: Fix build with llvm16
Browse files Browse the repository at this point in the history
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jun 24, 2023
1 parent e3e88f2 commit 4c181e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions multimedia/bcmatroska2/Makefile
Expand Up @@ -20,4 +20,10 @@ USE_LDCONFIG= yes
CMAKE_ARGS= -DCMAKE_PREFIX_PATH=${LOCALBASE} \
-DENABLE_STATIC=NO

.include <bsd.port.options.mk>

.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif

.include <bsd.port.mk>

0 comments on commit 4c181e1

Please sign in to comment.