media-sound/clementine: Fixed build against latest dev-libs/crypto++
authorLars Wendler <polynomial-c@gentoo.org>
Wed, 2 May 2018 07:53:30 +0000 (09:53 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Wed, 2 May 2018 07:53:53 +0000 (09:53 +0200)
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
media-sound/clementine/clementine-9999.ebuild

index 0496f8094474e3896b712295507794181667601c..a55f952ee724547d4871bb72756a2ccff53d603b 100644 (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
index 6b168f373bff9f80ce8685425d41cae1057ee0c7..53e377c09949e8ee3068ad5293dedb8e6fb598ae 100644 (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