Skip to content
Snippets Groups Projects
Commit a78e59ef authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

games/awele: Fix build with llvm16

- Pet portclippy

Sponsored by:	The FreeBSD Foundation
parent 860e6aae
No related branches found
No related tags found
No related merge requests found
......@@ -12,10 +12,17 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USES= imake tk tar:tgz xorg
USE_XORG= x11
MAKE_ARGS= AWELE_DIR=${STAGEDIR}${PREFIX}/bin
PLIST_FILES= bin/awelewish bin/xawele man/man6/xawele.6.gz
.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 \
's|%%LOCALBASE%%|${LOCALBASE}|; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment