From: Lars Wendler Date: Wed, 2 May 2018 07:53:30 +0000 (+0200) Subject: media-sound/clementine: Fixed build against latest dev-libs/crypto++ X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=26b70a4e481a4a4a8833721b08f03736e610ee28;p=gentoo.git media-sound/clementine: Fixed build against latest dev-libs/crypto++ Closes: https://bugs.gentoo.org/654572 Package-Manager: Portage-2.3.33, Repoman-2.3.9 --- diff --git a/media-sound/clementine/clementine-1.3.1_p20180416.ebuild b/media-sound/clementine/clementine-1.3.1_p20180416.ebuild index 0496f8094474..a55f952ee724 100644 --- a/media-sound/clementine/clementine-1.3.1_p20180416.ebuild +++ b/media-sound/clementine/clementine-1.3.1_p20180416.ebuild @@ -126,7 +126,7 @@ src_configure() { local mycmakeargs=( -DBUILD_WERROR=OFF # force to find crypto++ see bug #548544 - -DCRYPTOPP_LIBRARIES="crypto++" + -DCRYPTOPP_LIBRARIES="cryptopp" -DCRYPTOPP_FOUND=ON # avoid automagically enabling of ccache (bug #611010) -DCCACHE_EXECUTABLE=OFF diff --git a/media-sound/clementine/clementine-9999.ebuild b/media-sound/clementine/clementine-9999.ebuild index 6b168f373bff..53e377c09949 100644 --- a/media-sound/clementine/clementine-9999.ebuild +++ b/media-sound/clementine/clementine-9999.ebuild @@ -122,7 +122,7 @@ src_configure() { local mycmakeargs=( -DBUILD_WERROR=OFF # force to find crypto++ see bug #548544 - -DCRYPTOPP_LIBRARIES="crypto++" + -DCRYPTOPP_LIBRARIES="cryptopp" -DCRYPTOPP_FOUND=ON # avoid automagically enabling of ccache (bug #611010) -DCCACHE_EXECUTABLE=OFF