editors/uzap: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
9f87b5e224
commit
6ed80586a3
1 changed files with 7 additions and 0 deletions
|
@ -18,6 +18,13 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
|||
USES= ncurses
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
PLIST_FILES= bin/uzap man/man1/uzap.1.gz
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
|
||||
CFLAGS+= -Wno-error=incompatible-function-pointer-types
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue