php: Update from 7.2.4 to 7.2.5
[termux-packages] / packages / libgraphite / CMakeLists.txt.patch
1 Fixes "undefined reference to '__cxa_call_unexpected" on arm.
2
3 diff -u -r ../graphite-1.3.9/CMakeLists.txt ./CMakeLists.txt
4 --- ../graphite-1.3.9/CMakeLists.txt 2016-11-11 10:53:21.000000000 +0100
5 +++ ./CMakeLists.txt 2017-01-19 11:54:59.187814558 +0100
6 @@ -58,7 +58,6 @@
7 message(STATUS "Using vm machine type: ${GRAPHITE2_VM_TYPE}")
8
9 add_subdirectory(src)
10 -add_subdirectory(tests)
11 add_subdirectory(doc)
12 if (NOT (GRAPHITE2_NSEGCACHE OR GRAPHITE2_NFILEFACE))
13 add_subdirectory(gr2fonttest)