Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 2024 14:28:18 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 361e268708af - main - games/jaggedalliance2: fix build with magic_enum v0.9.7
Message-ID:  <202412021428.4B2ESIcZ046127@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412021428.4B2ESIcZ046127>