Skip to content

Commit

Permalink
lang/eisl: Unbreak on HEAD
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed May 13, 2023
1 parent 295664f commit 2a28df1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lang/eisl/Makefile
Expand Up @@ -32,4 +32,10 @@ LDFLAGS+= -lncursesw
EXTRA_PATCHES= ${FILESDIR}/extra-patch-makefile
.endif

.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 2a28df1

Please sign in to comment.