summaryrefslogtreecommitdiffstats
path: root/cmake/platform/freebsd
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2020-07-02 23:09:26 +0200
committermanuel <manuel@mausz.at>2020-07-02 23:09:26 +0200
commit5f8335c1e49ce108ef3481863833c98efa00411b (patch)
treef02b5c1c9765bb6a14c8eb42bb4f81b9face0b55 /cmake/platform/freebsd
parente317daf081a1048904fdf0b548946fa3ba6593a7 (diff)
downloadkodi-pvr-build-master.tar.gz
kodi-pvr-build-master.tar.bz2
kodi-pvr-build-master.zip
sync with upstreamHEADmaster
Diffstat (limited to 'cmake/platform/freebsd')
-rw-r--r--cmake/platform/freebsd/defines.txt2
-rw-r--r--cmake/platform/freebsd/gbm.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/cmake/platform/freebsd/defines.txt b/cmake/platform/freebsd/defines.txt
index 9483597..bd23e57 100644
--- a/cmake/platform/freebsd/defines.txt
+++ b/cmake/platform/freebsd/defines.txt
@@ -1 +1 @@
-DTARGET_POSIX -DTARGET_FREEBSD -D_LINUX -DTARGET_POSIX -DTARGET_FREEBSD
diff --git a/cmake/platform/freebsd/gbm.cmake b/cmake/platform/freebsd/gbm.cmake
index b273a06..2d20731 100644
--- a/cmake/platform/freebsd/gbm.cmake
+++ b/cmake/platform/freebsd/gbm.cmake
@@ -1 +1,2 @@
1include(cmake/platform/linux/gbm.cmake) 1include(cmake/platform/linux/gbm.cmake)
2list(APPEND PLATFORM_REQUIRED_DEPS EpollShim)