editors/led: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
524c1cd189
commit
14b946dd9b
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@ MAKE_JOBS_UNSAFE= yes
|
|||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
|
||||
CFLAGS+= -Wno-error=incompatible-function-pointer-types
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E 's,(bin|lib|data)dir),DESTDIR)$$(&,' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
|
Loading…
Reference in a new issue