svn commit: r433656 - head/sysutils/liburcu/files

John Marino marino at FreeBSD.org
Wed Feb 8 17:16:43 UTC 2017


Author: marino
Date: Wed Feb  8 17:16:42 2017
New Revision: 433656
URL: https://svnweb.freebsd.org/changeset/ports/433656

Log:
  sysutils/liburcu: Restore build on DragonFly
  
  DragonFly needs same compat patch as FreeBSD.
  
  Approved by:	DF support blanket (non-invasive)

Modified:
  head/sysutils/liburcu/files/patch-urcu_syscall-compat.h

Modified: head/sysutils/liburcu/files/patch-urcu_syscall-compat.h
==============================================================================
--- head/sysutils/liburcu/files/patch-urcu_syscall-compat.h	Wed Feb  8 16:21:38 2017	(r433655)
+++ head/sysutils/liburcu/files/patch-urcu_syscall-compat.h	Wed Feb  8 17:16:42 2017	(r433656)
@@ -5,7 +5,7 @@
  #include <syscall.h>
  
 -#elif defined(__CYGWIN__) || defined(__APPLE__)
-+#elif defined(__CYGWIN__) || defined(__APPLE__) || defined(__FreeBSD__)
++#elif defined(__CYGWIN__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__)
  /* Don't include anything on Cygwin or MacOSX. */
  
  #else


More information about the svn-ports-all mailing list