From c3262095ac0981afff10007f3537d000c39eadbf Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 19 Jan 2017 11:56:34 +0100 Subject: [PATCH] libgraphite: Fix arm build --- packages/libgraphite/CMakeLists.txt.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/libgraphite/CMakeLists.txt.patch diff --git a/packages/libgraphite/CMakeLists.txt.patch b/packages/libgraphite/CMakeLists.txt.patch new file mode 100644 index 000000000..994161f20 --- /dev/null +++ b/packages/libgraphite/CMakeLists.txt.patch @@ -0,0 +1,13 @@ +Fixes "undefined reference to '__cxa_call_unexpected" on arm. + +diff -u -r ../graphite-1.3.9/CMakeLists.txt ./CMakeLists.txt +--- ../graphite-1.3.9/CMakeLists.txt 2016-11-11 10:53:21.000000000 +0100 ++++ ./CMakeLists.txt 2017-01-19 11:54:59.187814558 +0100 +@@ -58,7 +58,6 @@ + message(STATUS "Using vm machine type: ${GRAPHITE2_VM_TYPE}") + + add_subdirectory(src) +-add_subdirectory(tests) + add_subdirectory(doc) + if (NOT (GRAPHITE2_NSEGCACHE OR GRAPHITE2_NFILEFACE)) + add_subdirectory(gr2fonttest)