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

games/dxx-rebirth: Fix build with llvm15

Approved by:	portmgr (blanket)
parent 65d4cdca
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,10 @@ PLIST_FILES= bin/d1x-rebirth \
MAKE_ARGS+= lto=1
.endif
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CPPFLAGS+= -Wno-error=unused-but-set-parameter -Wno-error=unused-but-set-variable
.endif
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/d1x-rebirth \
${STAGEDIR}${PREFIX}/bin/d2x-rebirth
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment