summaryrefslogtreecommitdiff
path: root/community/slimevolley/link-libm.patch
blob: acbd21d378c6a1934a00f62ffeaf51fb961dce7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Link to libm to prevent FTBFS with --no-add-needed.
Author: Evgeni Golov <evgeni@debian.org>
Bug-Debian: http://bugs.debian.org/615775

--- slimevolley-2.4.2.orig/CMakeLists.txt
+++ slimevolley-2.4.2/CMakeLists.txt
@@ -42,6 +42,7 @@ LINK_LIBRARIES(
 	${SDL_LIBRARY}
 	${SDLTTF_LIBRARY}
 	${SDLIMAGE_LIBRARY}
+	m
 )
 
 INCLUDE(FindGettext.cmake)