svn commit: r415746 - head/net-p2p/bitmessage/files

John Marino marino at FreeBSD.org
Mon May 23 21:08:39 UTC 2016


Author: marino
Date: Mon May 23 21:08:38 2016
New Revision: 415746
URL: https://svnweb.freebsd.org/changeset/ports/415746

Log:
  net-p2p/bitmessage: Restore build on DragonFly
  
  Restoring build on DragonFly is a trivial matter of adding OPSYS macro
  to an existing patch.
  
  Approved by:	 Restore DF functionality blanket

Modified:
  head/net-p2p/bitmessage/files/patch-src_bitmsghash_bitmsghash.cpp

Modified: head/net-p2p/bitmessage/files/patch-src_bitmsghash_bitmsghash.cpp
==============================================================================
--- head/net-p2p/bitmessage/files/patch-src_bitmsghash_bitmsghash.cpp	Mon May 23 21:03:58 2016	(r415745)
+++ head/net-p2p/bitmessage/files/patch-src_bitmsghash_bitmsghash.cpp	Mon May 23 21:08:38 2016	(r415746)
@@ -5,7 +5,7 @@
  #include <stdio.h>
  #include <stdlib.h>
 -#ifdef __APPLE__
-+#if defined(__APPLE__) || defined(__FreeBSD__)
++#if defined(__APPLE__) || defined(__FreeBSD__) || defined (__DragonFly__)
  #include <sys/types.h>
  #include <sys/sysctl.h>
  #endif


More information about the svn-ports-head mailing list