Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 19d968251f2aa0fc0b6d47638135dc1f > files > 1

graphite2-1.1.1-4.fc18.src.rpm

--- graphite2-1.1.1/src/CMakeLists.txt.orig	2012-04-03 17:21:01.000000000 -0400
+++ graphite2-1.1.1/src/CMakeLists.txt	2012-04-03 17:22:13.000000000 -0400
@@ -103,7 +103,7 @@
     if (${CMAKE_CXX_COMPILER} MATCHES  ".*mingw.*")
         target_link_libraries(graphite2 "-lkernel32 -lmsvcr90 -lmingw32 -lgcc -luser32")
     else (${CMAKE_CXX_COMPILER} MATCHES  ".*mingw.*")
-        target_link_libraries(graphite2 "-lc -lgcc")
+        target_link_libraries(graphite2 "-lc -lgcc_s")
         include(Graphite)
         nolib_test(stdc++ $<TARGET_SONAME_FILE:graphite2>)
     endif (${CMAKE_CXX_COMPILER} MATCHES  ".*mingw.*")