From 18d93ae86c137b291feb63342020439842a29714 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sat, 6 Jun 2015 13:47:26 +0000 Subject: [PATCH] net/freerdp: Restore build on DragonFly The definition of "BSD" is not broad enought to include DragonFly. Also, since we are using "alias", DragonFly needs to continue to masquerade as FreeBSD. --- net/freerdp/files/patch-z001-CMakeLists.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net/freerdp/files/patch-z001-CMakeLists.txt diff --git a/net/freerdp/files/patch-z001-CMakeLists.txt b/net/freerdp/files/patch-z001-CMakeLists.txt new file mode 100644 index 000000000000..6c9c2194b421 --- /dev/null +++ b/net/freerdp/files/patch-z001-CMakeLists.txt @@ -0,0 +1,13 @@ +--- CMakeLists.txt.intermediate 2015-06-06 13:17:20 UTC ++++ CMakeLists.txt +@@ -322,6 +322,10 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "BSD") + set(FREEBSD TRUE) + endif() + endif() ++if(${CMAKE_SYSTEM_NAME} MATCHES "DragonFly") ++ set(BSD TRUE) ++ set(FREEBSD TRUE) ++endif() + + # Android + if(ANDROID)