diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-08-20 13:16:28 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-08-20 13:16:28 +0200 |
commit | 588abdb8b495e3afccfac126d5d1c20d940b08c1 (patch) | |
tree | bce1a7ef16c3b70e2abc41915f1ac3811c06279e /media-sound/pitchtune/files | |
parent | x11-terms/st: Update live ebuild. (diff) | |
download | gentoo-588abdb8b495e3afccfac126d5d1c20d940b08c1.tar.gz gentoo-588abdb8b495e3afccfac126d5d1c20d940b08c1.tar.bz2 gentoo-588abdb8b495e3afccfac126d5d1c20d940b08c1.zip |
media-sound/pitchtune: Fix underlinking (bug #515150).
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-sound/pitchtune/files')
-rw-r--r-- | media-sound/pitchtune/files/pitchtune-0.0.4-lm.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/media-sound/pitchtune/files/pitchtune-0.0.4-lm.patch b/media-sound/pitchtune/files/pitchtune-0.0.4-lm.patch new file mode 100644 index 000000000000..b5598846636f --- /dev/null +++ b/media-sound/pitchtune/files/pitchtune-0.0.4-lm.patch @@ -0,0 +1,10 @@ +--- 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 |