misc/dynomite: Unbreak on HEAD
Approved by: portmgr (blanket)
This commit is contained in:
parent
8f88b04843
commit
c8bd1ecb88
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue