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