commit:     26b70a4e481a4a4a8833721b08f03736e610ee28
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed May  2 07:53:30 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed May  2 07:53:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b70a4e

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

 media-sound/clementine/clementine-1.3.1_p20180416.ebuild | 2 +-
 media-sound/clementine/clementine-9999.ebuild            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/clementine/clementine-1.3.1_p20180416.ebuild 
b/media-sound/clementine/clementine-1.3.1_p20180416.ebuild
index 0496f809447..a55f952ee72 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 6b168f373bf..53e377c0994 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

Reply via email to