summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-05-23 21:08:38 +0000
committerJohn Marino <marino@FreeBSD.org>2016-05-23 21:08:38 +0000
commit87b9ff9000ea77d02d2bdc3485b8d6421781c6de (patch)
tree9e8e4a0cb0e585b85d80cea777ba861c94efde26
parentmultimedia/kaffeine: Recover build on DragonFly by enhancing new patch (diff)
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
Notes
Notes: svn path=/head/; revision=415746
-rw-r--r--net-p2p/bitmessage/files/patch-src_bitmsghash_bitmsghash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitmessage/files/patch-src_bitmsghash_bitmsghash.cpp b/net-p2p/bitmessage/files/patch-src_bitmsghash_bitmsghash.cpp
index ddb8f8b63c1c..3512ca3f69dd 100644
--- a/net-p2p/bitmessage/files/patch-src_bitmsghash_bitmsghash.cpp
+++ b/net-p2p/bitmessage/files/patch-src_bitmsghash_bitmsghash.cpp
@@ -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