mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 08:40:39 -04:00
This is based on the feature_python3 branch to enable Python 3 support. - Add a run dependency on py-sqlite3 since too many plugins like the YouTube plugin expect it to be there - Only link kodi-gbm with libepoll-shim instead of every binary and library
5 lines
205 B
CMake
5 lines
205 B
CMake
--- cmake/platform/freebsd/gbm.cmake.orig 2019-05-08 08:47:45 UTC
|
|
+++ cmake/platform/freebsd/gbm.cmake
|
|
@@ -1 +1,2 @@
|
|
include(cmake/platform/linux/gbm.cmake)
|
|
+list(APPEND PLATFORM_REQUIRED_DEPS EpollShim)
|