You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
widelands: fix mesa conflict
This commit is contained in:
@@ -62,6 +62,9 @@ if {${subport} eq ${name}} {
|
||||
This port follows the master version of ${name}, which is typically updated every few weeks.
|
||||
}
|
||||
|
||||
# ensure mesa isn't picked up by the build
|
||||
patchfiles patch-fix-opengl.diff
|
||||
|
||||
compiler.cxx_standard 2017
|
||||
|
||||
configure.args-append -DCMAKE_INSTALL_PREFIX:PATH="${applications_dir}/Widelands.app/Contents/MacOS" \
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
--- CMakeLists.txt.orig 2024-11-13 00:03:25
|
||||
+++ CMakeLists.txt 2024-12-15 23:30:20
|
||||
@@ -17,8 +17,6 @@
|
||||
option(OPTION_TSAN "Build with ThreadSanitizer" OFF)
|
||||
option(OPTION_FORCE_EMBEDDED_MINIZIP "Use embedded minizip sources" OFF)
|
||||
option(USE_XDG "Follow XDG-Basedir specification" ON) # Enabled by default
|
||||
-
|
||||
-set(CMAKE_FIND_FRAMEWORK LAST)
|
||||
|
||||
# Absolute path reference for submodules
|
||||
set(WL_ROOT_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
Reference in New Issue
Block a user