git: c8bd1ecb88fa - main - misc/dynomite: Unbreak on HEAD

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Tue, 02 May 2023 13:52:49 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c8bd1ecb88fafbbd6c8d4ee75dbfb290d23615b9

commit c8bd1ecb88fafbbd6c8d4ee75dbfb290d23615b9
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-02 13:40:43 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-02 13:52:36 +0000

    misc/dynomite: Unbreak on HEAD
    
    Approved by:    portmgr (blanket)
---
 misc/dynomite/Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/misc/dynomite/Makefile b/misc/dynomite/Makefile
index 72fe3a066c47..cf0c9553e93d 100644
--- a/misc/dynomite/Makefile
+++ b/misc/dynomite/Makefile
@@ -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>