aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-07-04 00:23:46 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-07-04 00:23:46 +0000
commit33b764a6d8abc4cdb19a3754423b1bfa0fc3b2ce (patch)
tree5bd3a64b556fb3df08ec82fc0549a3e031a3f5f0
parent4d33138969aa746bdf5e4ce3b4ff40085804256a (diff)
downloadports-33b764a6d8abc4cdb19a3754423b1bfa0fc3b2ce.tar.gz
ports-33b764a6d8abc4cdb19a3754423b1bfa0fc3b2ce.zip
games/tome4: fix build with llvm 16
-rw-r--r--games/tome4/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/tome4/Makefile b/games/tome4/Makefile
index 9e54c60bb153..10de58f58d02 100644
--- a/games/tome4/Makefile
+++ b/games/tome4/Makefile
@@ -32,6 +32,7 @@ DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}" \
PLIST_SUB= PORTVERSION=${PORTVERSION}
WRKSRC= ${WRKDIR}/t-engine4-src-${DISTVERSION}
MAKE_ARGS+= config=release verbose=yes ARCH="" CC=${CC} CXX=${CXX}
+CFLAGS+= -Wno-error=incompatible-function-pointer-types
LDFLAGS_i386= -Wl,-znotext
.include <bsd.port.pre.mk>