ports/audio/clementine-player/files/patch-CMakeLists.txt
Sean Bruno bb8cd08fc9 audio/clementine-player: Jump to qt5
- regenerate some of the patch files for this new branch
- cleanup and try to adjust Makefile

audio/libechonest: Jump to qt5
- clementine-player is the only port that I could find that has an explicit
  dependency on libechonest.  Commit this update so there is no window for
  build failures.

Test built on 13-CURRENT, 12-STABLE, 11-STABLE across i386 and amd64.
Run-time tested on 13-CURRENT, amd64.

PR:		234534 226529
Submitted by:	greg@unrelenting.technology
2019-01-03 21:43:57 +00:00

11 lines
446 B
Text

--- CMakeLists.txt.orig 2018-12-05 17:16:34 UTC
+++ CMakeLists.txt
@@ -58,7 +58,7 @@ find_library(PROTOBUF_STATIC_LIBRARY libprotobuf.a lib
pkg_check_modules(CDIO libcdio)
pkg_check_modules(CHROMAPRINT REQUIRED libchromaprint)
-pkg_search_module(CRYPTOPP cryptopp libcrypto++)
+pkg_check_modules(CRYPTOPP libcryptopp)
pkg_check_modules(GIO gio-2.0)
pkg_check_modules(GLIB REQUIRED glib-2.0)
pkg_check_modules(GOBJECT REQUIRED gobject-2.0)