summaryrefslogtreecommitdiffstats
path: root/system/innoextract/innoextract-1.4-cmake-3.5.patch
diff options
context:
space:
mode:
author Dugan Chen <thedoogster [at] gmail [dot] com>2016-08-10 08:32:19 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-10 08:32:19 +0700
commitf6be14aaa0177578cf9e8c3899774b24ab87c9a6 (patch)
tree45d07c3f50c13d385091c2ee1648a0536592cc75 /system/innoextract/innoextract-1.4-cmake-3.5.patch
parent159e7d50f3a02d76c66b7f84950f3356286645cd (diff)
downloadslackbuilds-f6be14aaa0177578cf9e8c3899774b24ab87c9a6.tar.gz
slackbuilds-f6be14aaa0177578cf9e8c3899774b24ab87c9a6.tar.xz
games/innoextract: Updated for version 1.6 (Moved from system).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--system/innoextract/innoextract-1.4-cmake-3.5.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/system/innoextract/innoextract-1.4-cmake-3.5.patch b/system/innoextract/innoextract-1.4-cmake-3.5.patch
deleted file mode 100644
index 0b619ac381..0000000000
--- a/system/innoextract/innoextract-1.4-cmake-3.5.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 01705758dd04d937160c99c8b87c6fa2057db894 Mon Sep 17 00:00:00 2001
-From: Daniel Scharrer <daniel@constexpr.org>
-Date: Tue, 23 Feb 2016 05:45:50 +0100
-Subject: [PATCH] CMake: Disable variable expansion for quoted strings in if()
-
-This makes the build system more rubust against stray variables
-coming from included CMake scripts provided by the system.
-
-Fixes build with CMake 3.5 (tested with 3.5.0-rc3).
-
-Fixes: issue #50
----
- CMakeLists.txt | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 02e0308..8653b93 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -2,6 +2,11 @@ project(innoextract)
-
- cmake_minimum_required(VERSION 2.8)
-
-+if(POLICY CMP0054)
-+ # CMake 3.1+: Only interpret if() arguments as variables or keywords when unquoted.
-+ cmake_policy(SET CMP0054 NEW)
-+endif()
-+
-
- # Define configuration options
-