Skip to content
Snippets Groups Projects
Commit 1fa9bb4b authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

multimedia/mkvalidator: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
parent 4def9ef9
Branches
Tags
No related merge requests found
......@@ -29,6 +29,12 @@ PLIST_FILES= bin/mkvalidator bin/mkvtree
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif
post-patch:
@${REINPLACE_CMD} -e \
'/STRIP/s|strip|${STRIP_CMD:T}| ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment