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