forked from Lainports/freebsd-ports
graphics/rawstudio: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
abe6905109
commit
e9d156056c
1 changed files with 6 additions and 0 deletions
|
|
@ -42,6 +42,12 @@ OPTIONS_SUB= yes
|
|||
|
||||
NLS_USES= gettext
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
|
||||
CFLAGS+= -Wno-error=incompatible-function-pointer-types
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^pkg_modules=/s,libssl,gthread-2.0,' \
|
||||
${WRKSRC}/configure
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue