mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
deskutils/helpviewer: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
572560076d
commit
f3a0b13a6d
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@ LICENSE= GPLv2
|
|||
USES= gnustep tar:tgz
|
||||
USE_GNUSTEP= back build
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
|
||||
ADDITIONAL_CPPFLAGS+= -Wno-error=int-conversion
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|Foundation/GSXML.h|GNUstepBase/GSXML.h|' \
|
||||
${WRKSRC}/HandlerStructureXLP.h \
|
||||
|
|
Loading…
Add table
Reference in a new issue