slackbuilds_ponce/games/arx-libertatis/arx-libertatis-1.1.2-cmake3.5.patch
David Spencer 02e2eb8d33 games/arx-libertatis: Patched to fix build with cmake-3.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2016-04-10 06:19:19 +07:00

12 lines
467 B
Diff

diff -up ./cmake/VersionString.cmake.orig ./cmake/VersionString.cmake
--- ./cmake/VersionString.cmake.orig 2016-03-22 19:18:55.656290322 +0200
+++ ./cmake/VersionString.cmake 2016-03-22 19:19:08.239813098 +0200
@@ -33,7 +33,7 @@ function(version_file SRC DST VERSION_SO
foreach(arg IN LISTS VERSION_SOURCES)
- if(mode STREQUAL "variable")
+ if("${mode}" STREQUAL "variable")
set(mode "file")
else()
get_filename_component(arg "${arg}" ABSOLUTE)