Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Jun 2026 19:57:35 +0000
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ab30fb2f85fb - main - games/jvgs: Fix build after CMake changes
Message-ID:  <6a271eaf.41c32.278598b5@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ab30fb2f85fbb2568a5a91b2db5bdac76fd3fb41

commit ab30fb2f85fbb2568a5a91b2db5bdac76fd3fb41
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-06-05 14:26:53 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-06-08 19:57:28 +0000

    games/jvgs: Fix build after CMake changes
    
    Approved by:    amdmi3
    Pull Request:   https://github.com/freebsd/freebsd-ports/pull/530
---
 games/jvgs/files/patch-src_CMakeLists.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/games/jvgs/files/patch-src_CMakeLists.txt b/games/jvgs/files/patch-src_CMakeLists.txt
new file mode 100644
index 000000000000..91a1fd17fc04
--- /dev/null
+++ b/games/jvgs/files/patch-src_CMakeLists.txt
@@ -0,0 +1,10 @@
+--- src/CMakeLists.txt.orig	2010-02-18 11:08:35 UTC
++++ src/CMakeLists.txt
+@@ -2,6 +2,7 @@ INCLUDE_DIRECTORIES(
+ 
+ INCLUDE_DIRECTORIES(
+     ${SDL_INCLUDE_DIR}
++    ${SDL_INCLUDE_DIR}/..
+     ${LUA_INCLUDE_DIR}
+     ${FREETYPE_INCLUDE_DIRS}
+     ${SDLMIXER_INCLUDE_DIR}


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a271eaf.41c32.278598b5>