Date: Mon, 08 Jun 2026 19:57:34 +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: e409ae3bc628 - main - games/divide-and-succeed: Fix build after CMake changes Message-ID: <6a271eae.41cfa.14723a9c@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=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} )home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a271eae.41cfa.14723a9c>
