aboutsummaryrefslogtreecommitdiffstats
path: root/main/graphite2/cmake.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/graphite2/cmake.patch')
-rw-r--r--main/graphite2/cmake.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/main/graphite2/cmake.patch b/main/graphite2/cmake.patch
deleted file mode 100644
index ffafa17d4a..0000000000
--- a/main/graphite2/cmake.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- graphite2-1.2.0/src/CMakeLists.txt.orig 2012-11-09 17:48:04.908391335 +0800
-+++ graphite2-1.2.0/src/CMakeLists.txt 2012-11-09 17:48:48.647102280 +0800
-@@ -118,11 +118,7 @@
- if (${CMAKE_CXX_COMPILER} MATCHES ".*mingw.*")
- target_link_libraries(graphite2 kernel32 msvcr90 mingw32 gcc user32)
- else (${CMAKE_CXX_COMPILER} MATCHES ".*mingw.*")
-- if (GRAPHITE2_ASAN)
-- target_link_libraries(graphite2 c gcc_s)
-- else (GRAPHITE2_ASAN)
-- target_link_libraries(graphite2 c gcc)
-- endif (GRAPHITE2_ASAN)
-+ target_link_libraries(graphite2 c gcc_s -lssp_nonshared)
- include(Graphite)
- nolib_test(stdc++ $<TARGET_SONAME_FILE:graphite2>)
- endif (${CMAKE_CXX_COMPILER} MATCHES ".*mingw.*")
-