You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/pitchtune/files/pitchtune-0.0.4-lm.patch

11 lines
208 B

--- a/configure.in
+++ b/configure.in
@@ -17,6 +17,7 @@
PKG_CHECK_MODULES(GTK, [$pkg_modules])
AC_SUBST(GTK_CFLAGS)
AC_SUBST(GTK_LIBS)
+AC_SEARCH_LIBS(ceil, m)
dnl From glade-2 generated configure.in