summaryrefslogtreecommitdiffstats
path: root/cmake/platform/freebsd
diff options
context:
space:
mode:
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)