Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 527048
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +13 lines)
Line  Link Here
0
-- files/tap-reverbed-flags.patch
0
++ files/tap-reverbed-flags.patch
Lines 2-8 Link Here
2
===================================================================
2
===================================================================
3
--- tap-reverbed-r0.orig/configure.ac
3
--- tap-reverbed-r0.orig/configure.ac
4
+++ tap-reverbed-r0/configure.ac
4
+++ tap-reverbed-r0/configure.ac
5
@@ -25,8 +25,7 @@ PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.0.0
5
@@ -18,6 +18,10 @@
6
 AC_C_INLINE
7
 
8
 # Checks for libraries.
9
+AC_SEARCH_LIBS([powf], [m], [], [
10
+	AC_MSG_ERROR([unable to find the powf() function])
11
+])
12
+
13
 PKG_CHECK_MODULES(JACK, jack >= 0.91.0)
14
 PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.0.0)
15
 
16
@@ -25,8 +29,7 @@
6
 AC_FUNC_MALLOC
17
 AC_FUNC_MALLOC
7
 AC_CHECK_FUNCS([strdup])
18
 AC_CHECK_FUNCS([strdup])
8
 
19
 

Return to bug 527048