media-sound/clementine: Avoid automagically enabling of ccache (bug #611010)

This commit is contained in:
Alexander Golubev
2017-03-04 20:09:00 +01:00
committed by Lars Wendler
parent a4367e33b1
commit b9ca7b1831
2 changed files with 4 additions and 0 deletions

View File

@@ -142,6 +142,8 @@ src_configure() {
# force to find crypto++ see bug #548544
-DCRYPTOPP_LIBRARIES="crypto++"
-DCRYPTOPP_FOUND=ON
# avoid automagically enabling of ccache (bug #611010)
-DCCACHE_EXECUTABLE=OFF
)
use !debug && append-cppflags -DQT_NO_DEBUG_OUTPUT

View File

@@ -142,6 +142,8 @@ src_configure() {
# force to find crypto++ see bug #548544
-DCRYPTOPP_LIBRARIES="crypto++"
-DCRYPTOPP_FOUND=ON
# avoid automagically enabling of ccache (bug #611010)
-DCCACHE_EXECUTABLE=OFF
)
use !debug && append-cppflags -DQT_NO_DEBUG_OUTPUT