FreeBSD Bugzilla – Attachment 255506 Details for
Bug 282996
games/jaggedalliance2: fix build with magic_enum v0.9.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
port patch
0001-games-jaggedalliance2-fix-build-with-magic_enum-v0.9.patch (text/plain), 978 bytes, created by
Pavel Timofeev
on 2024-11-28 15:19:19 UTC
(
hide
)
Description:
port patch
Filename:
MIME Type:
Creator:
Pavel Timofeev
Created:
2024-11-28 15:19:19 UTC
Size:
978 bytes
patch
obsolete
>From fb2833408e349d9ef9ecaa1344405f859fad1edf Mon Sep 17 00:00:00 2001 >From: Pavel Timofeev <timp87@gmail.com> >Date: Tue, 26 Nov 2024 21:24:58 -0700 >Subject: [PATCH] games/jaggedalliance2: fix build with magic_enum v0.9.7 > >--- > games/jaggedalliance2/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile >index 7f6dc7b4ee7b..7843f2c602f3 100644 >--- a/games/jaggedalliance2/Makefile >+++ b/games/jaggedalliance2/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= ja2 > DISTVERSIONPREFIX= v > DISTVERSION= 0.21.0 >-PORTREVISION= 8 >+PORTREVISION= 9 > CATEGORIES= games > > MAINTAINER= timp87@gmail.com >@@ -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: >-- >2.47.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
timp87
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 282996
:
255481
| 255506