chiark / gitweb /
postgresql: Patch away /bin/sh
[termux-packages] / packages / timewarrior / src-CMakeLists.txt.patch
1 diff -u -r ../timew-1.0.0/src/CMakeLists.txt ./src/CMakeLists.txt
2 --- ../timew-1.0.0/src/CMakeLists.txt   2016-08-17 17:23:15.000000000 -0400
3 +++ ./src/CMakeLists.txt        2016-09-05 17:53:00.643967527 -0400
4 @@ -1,4 +1,5 @@
5  cmake_minimum_required (VERSION 2.8)
6 +include_directories(SYSTEM "@TERMUX_PREFIX@/include")
7  include_directories (${CMAKE_SOURCE_DIR}
8                       ${CMAKE_SOURCE_DIR}/src
9                       ${CMAKE_SOURCE_DIR}/src/commands