mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
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.
This commit is contained in:
parent
ca4bbe286e
commit
18d93ae86c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388666
13
net/freerdp/files/patch-z001-CMakeLists.txt
Normal file
13
net/freerdp/files/patch-z001-CMakeLists.txt
Normal file
@ -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)
|
Loading…
Reference in New Issue
Block a user