Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 505188 | Differences between
and this patch

Collapse All | Expand All

(-)imagination-3.0-cflags-old.patch (-1 / +22 lines)
Lines 5-11 Link Here
5
index 0be7802..d19c8ec 100644
5
index 0be7802..d19c8ec 100644
6
--- a/configure.in
6
--- a/configure.in
7
+++ b/configure.in
7
+++ b/configure.in
8
@@ -46,7 +46,7 @@ fi
8
@@ -24,7 +24,7 @@
9
 AM_PROG_LIBTOOL
10
 LIBTOOL="$LIBTOOL --silent"
11
 
12
-pkg_modules="gtk+-2.0 >= 2.14.0 gthread-2.0"
13
+pkg_modules="gtk+-2.0 >= 2.14.0 gthread-2.0 gmodule-2.0"
14
 PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
15
 
16
 sox_modules="sox >= 14.2.0"
17
@@ -33,6 +33,11 @@
18
 plugins_modules="cairo >= 1.6 glib-2.0 > 2.18.0"
19
 PKG_CHECK_MODULES(PLUGINS, [$plugins_modules])
20
 
21
+dnl Check for libm for sqrtf()
22
+AC_SEARCH_LIBS([sqrtf], [m], [], [
23
+	AC_MSG_ERROR([unable to find the sqrtf() function])
24
+])
25
+
26
 # get svn revision
27
 REVISION="r0"
28
 if test "x${REVISION}" = "xr0"
29
@@ -46,7 +51,7 @@
9
 if test "x${REVISION}" != "xr0"
30
 if test "x${REVISION}" != "xr0"
10
 then
31
 then
11
 	# force debug mode for a SVN working copy
32
 	# force debug mode for a SVN working copy

Return to bug 505188