mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user