misc/dynomite: Unbreak on HEAD

Approved by:	portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2023-05-02 15:40:43 +02:00
parent 8f88b04843
commit c8bd1ecb88

View file

@ -29,4 +29,10 @@ PLIST_FILES= bin/dynomite-hash-tool \
sbin/dynomite \
sbin/dynomite-test
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
CFLAGS+= -Wno-error=int-conversion
.endif
.include <bsd.port.post.mk>