git: 361e268708af - main - games/jaggedalliance2: fix build with magic_enum v0.9.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Dec 2024 14:28:18 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=361e268708af84014638fded440ab67ef449bd57
commit 361e268708af84014638fded440ab67ef449bd57
Author: Pavel Timofeev <timp87@gmail.com>
AuthorDate: 2024-11-27 04:24:58 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-12-02 14:27:30 +0000
games/jaggedalliance2: fix build with magic_enum v0.9.7
PR: 282996
---
games/jaggedalliance2/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile
index 93c91d4e75b9..7843f2c602f3 100644
--- a/games/jaggedalliance2/Makefile
+++ b/games/jaggedalliance2/Makefile
@@ -201,7 +201,7 @@ CMAKE_OFF= LOCAL_LUA_LIB \
WITH_UNITTESTS
CMAKE_ARGS= -DEXTRA_DATA_DIR:PATH="${DATADIR}" \
- -DMAGICENUM_INCLUDE_DIR="${PREFIX}/include" \
+ -DMAGICENUM_INCLUDE_DIR="${PREFIX}/include/magic_enum" \
-DMINIAUDIO_INCLUDE_DIR="${PREFIX}/include/miniaudio"
post-patch: