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
This commit is contained in:
Lars Wendler
2018-05-02 09:53:30 +02:00
parent 650e372ea1
commit 26b70a4e48
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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