ports/security/libdecaf/files/patch-CMakeLists.txt
Kirill Ponomarev 327d231f38 Change from gmake to cmake to support more ARCHs.
PR:		235376
Submitted by:	Ralf van der Enden <tremere at cainites_net>
2019-03-28 09:28:51 +00:00

11 lines
267 B
Text

--- CMakeLists.txt.orig 2018-07-13 20:31:25 UTC
+++ CMakeLists.txt
@@ -8,7 +8,7 @@
cmake_minimum_required(VERSION 3.0)
project(DECAF VERSION 1.0 LANGUAGES C CXX)
-set(DECAF_SO_VERSION "0")
+set(DECAF_SO_VERSION "1")
find_package( PythonInterp 2.7 REQUIRED )