mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
- 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
18 lines
524 B
Text
18 lines
524 B
Text
--- src/CMakeLists.txt.orig 2018-12-05 17:16:34 UTC
|
|
+++ src/CMakeLists.txt
|
|
@@ -1319,6 +1319,7 @@ if(HAVE_SPOTIFY)
|
|
endif(HAVE_SPOTIFY)
|
|
|
|
if(HAVE_SPOTIFY_DOWNLOADER)
|
|
+ add_definitions(${CRYPTOPP_CFLAGS_OTHER})
|
|
target_link_libraries(clementine_lib
|
|
${CRYPTOPP_LIBRARIES}
|
|
)
|
|
@@ -1407,6 +1408,7 @@ add_executable(clementine
|
|
|
|
if (FREEBSD)
|
|
target_link_libraries(clementine execinfo)
|
|
+ set_target_properties(clementine PROPERTIES OUTPUT_NAME clementine-player)
|
|
endif (FREEBSD)
|
|
|
|
target_link_libraries(clementine
|