Blame SOURCES/graphite-arm-nodefaultlibs.patch

abbaf3
--- graphite2-1.2.0/src/CMakeLists.txt.orig     2012-11-09 17:48:04.908391335 +0800
abbaf3
+++ graphite2-1.2.0/src/CMakeLists.txt  2012-11-09 17:48:48.647102280 +0800
abbaf3
@@ -109,7 +109,7 @@
abbaf3
     if (${CMAKE_CXX_COMPILER} MATCHES  ".*mingw.*")
abbaf3
         target_link_libraries(graphite2 kernel32 msvcr90 mingw32 gcc user32)
abbaf3
     else (${CMAKE_CXX_COMPILER} MATCHES  ".*mingw.*")
abbaf3
-        target_link_libraries(graphite2 c gcc)
abbaf3
+        target_link_libraries(graphite2 c gcc_s)
abbaf3
         include(Graphite)
abbaf3
         nolib_test(stdc++ $<TARGET_SONAME_FILE:graphite2>)
abbaf3
     endif (${CMAKE_CXX_COMPILER} MATCHES  ".*mingw.*")
abbaf3