git: e409ae3bc628 - main - games/divide-and-succeed: Fix build after CMake changes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Jun 2026 19:57:34 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e409ae3bc628a85d2784aee9160b49924d672fe0
commit e409ae3bc628a85d2784aee9160b49924d672fe0
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-06-05 14:26:14 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-06-08 19:57:27 +0000
games/divide-and-succeed: Fix build after CMake changes
Approved by: amdmi3
Pull Request: https://github.com/freebsd/freebsd-ports/pull/530
---
games/divide-and-succeed/files/patch-CMakeLists.txt | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/games/divide-and-succeed/files/patch-CMakeLists.txt b/games/divide-and-succeed/files/patch-CMakeLists.txt
index 454b66db6c0c..2f65cf75e07c 100644
--- a/games/divide-and-succeed/files/patch-CMakeLists.txt
+++ b/games/divide-and-succeed/files/patch-CMakeLists.txt
@@ -1,6 +1,11 @@
--- CMakeLists.txt.orig 2013-12-11 17:36:43 UTC
+++ CMakeLists.txt
-@@ -28,11 +28,9 @@ include_directories(
+@@ -24,15 +24,13 @@ include_directories(
+ set(SRC_DIR ${PROJECT_SOURCE_DIR}/src)
+
+ include_directories(
+- ${SDL_INCLUDE_DIR}
++ ${SDL_INCLUDE_DIR}/..
${SDLTTF_INCLUDE_DIR}
)