]> git.pld-linux.org Git - packages/graphite2.git/blame - graphite2-fix_wrong_linker_opts.patch
- updated to 1.1.1
[packages/graphite2.git] / graphite2-fix_wrong_linker_opts.patch
CommitLineData
451819a0
AM
1diff -urN graphite2-1.0.1.old/src/CMakeLists.txt graphite2-1.0.1/src/CMakeLists.txt
2--- graphite2-1.0.1.old/src/CMakeLists.txt 2011-08-11 10:57:24.737639566 +0200
3+++ graphite2-1.0.1/src/CMakeLists.txt 2011-08-11 10:57:47.880350242 +0200
4@@ -103,7 +103,6 @@
5 -Wshadow -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -fdiagnostics-show-option
6 -fno-rtti -fno-exceptions -nodefaultlibs
7 -fvisibility=hidden -fvisibility-inlines-hidden -fno-stack-protector)
8- set_target_properties(graphite2 PROPERTIES LINK_FLAGS "-nodefaultlibs" LINKER_LANGUAGE C)
9 if (${CMAKE_CXX_COMPILER} MATCHES ".*mingw.*")
10 target_link_libraries(graphite2 "-lkernel32 -lmsvcr90 -lmingw32 -lgcc -luser32")
11 else (${CMAKE_CXX_COMPILER} MATCHES ".*mingw.*")
This page took 0.079282 seconds and 4 git commands to generate.