svn commit: r388666 - head/net/freerdp/files
John Marino
marino at FreeBSD.org
Sat Jun 6 13:47:27 UTC 2015
Author: marino
Date: Sat Jun 6 13:47:26 2015
New Revision: 388666
URL: https://svnweb.freebsd.org/changeset/ports/388666
Log:
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.
Added:
head/net/freerdp/files/patch-z001-CMakeLists.txt (contents, props changed)
Added: head/net/freerdp/files/patch-z001-CMakeLists.txt
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/freerdp/files/patch-z001-CMakeLists.txt Sat Jun 6 13:47:26 2015 (r388666)
@@ -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)
More information about the svn-ports-all
mailing list