Skip to content

Commit

Permalink
games/tome4: fix build with llvm 16
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Jul 4, 2023
1 parent 4d33138 commit 33b764a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions games/tome4/Makefile
Expand Up @@ -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>
Expand Down

0 comments on commit 33b764a

Please sign in to comment.