ports/multimedia/kodi-devel/files/patch-cmake_platform_freebsd_gbm.cmake
Tobias Kortkamp 0d461c80a7 multimedia/kodi-devel: Update to snapshot for 19.0
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
2019-05-18 07:15:25 +00:00

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)