summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/boson/files/boson-0.13-cmake.patch')
-rw-r--r--games-strategy/boson/files/boson-0.13-cmake.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/games-strategy/boson/files/boson-0.13-cmake.patch b/games-strategy/boson/files/boson-0.13-cmake.patch
new file mode 100644
index 000000000000..5ce0290d3afb
--- /dev/null
+++ b/games-strategy/boson/files/boson-0.13-cmake.patch
@@ -0,0 +1,10 @@
+--- cmake/modules/boson/FindBosonPythonLibs.cmake
++++ cmake/modules/boson/FindBosonPythonLibs.cmake
+@@ -72,6 +72,6 @@
+
+ # PYTHON_LIBRARY is used for the cache entry only
+ # PYTHON_LIBRARIES is meant to be public
+- set(PYTHON_LIBRARIES "${PYTHON_LIBRARY} ${_python_dependency_libs}")
++ set(PYTHON_LIBRARIES ${PYTHON_LIBRARY} ${_python_dependency_libs})
+ ENDIF (NOT PYTHON_LIBRARY)
+