Skip to content

Commit

Permalink
misc/dynomite: Unbreak on HEAD
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed May 2, 2023
1 parent 8f88b04 commit c8bd1ec
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion misc/dynomite/Makefile
Expand Up @@ -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>

0 comments on commit c8bd1ec

Please sign in to comment.