diff options
Diffstat (limited to 'net/freerdp/files/patch-CMakeLists.txt')
-rw-r--r-- | net/freerdp/files/patch-CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/freerdp/files/patch-CMakeLists.txt b/net/freerdp/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..2766465d4df8 --- /dev/null +++ b/net/freerdp/files/patch-CMakeLists.txt @@ -0,0 +1,14 @@ +--- CMakeLists.txt.orig 2016-11-24 13:19:47 UTC ++++ CMakeLists.txt +@@ -156,6 +156,11 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "BSD") + endif() + endif() + ++if(${CMAKE_SYSTEM_NAME} MATCHES "DragonFly") ++ set(BSD TRUE) ++ set(FREEBSD TRUE) ++endif() ++ + # Configure MSVC Runtime + if(MSVC) + include(MSVCRuntime) |