timewarrior: Patch to build with new cmake
This commit is contained in:
parent
449d39d04a
commit
66d7b8b161
12
packages/timewarrior/cmake-CXXSniffer.cmake.patch
Normal file
12
packages/timewarrior/cmake-CXXSniffer.cmake.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -u -r ../timew-1.0.0/cmake/CXXSniffer.cmake ./cmake/CXXSniffer.cmake
|
||||
--- ../timew-1.0.0/cmake/CXXSniffer.cmake 2016-08-17 23:22:31.000000000 +0200
|
||||
+++ ./cmake/CXXSniffer.cmake 2017-01-15 18:34:29.424793652 +0100
|
||||
@@ -22,6 +22,8 @@
|
||||
|
||||
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
set (LINUX true)
|
||||
+elseif (${CMAKE_SYSTEM_NAME} MATCHES "Android")
|
||||
+ set (LINUX true)
|
||||
elseif (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
set (DARWIN true)
|
||||
set (_CXX11_FLAGS "${_CXX11_FLAGS} -stdlib=libc++")
|
Loading…
Reference in New Issue
Block a user