Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2015 13:47:27 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388666 - head/net/freerdp/files
Message-ID:  <201506061347.t56DlRO8051787@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506061347.t56DlRO8051787>