aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-05-24 05:08:38 +0800
committermarino <marino@FreeBSD.org>2016-05-24 05:08:38 +0800
commit660de706d33ddfae83d6578efb8d56720fed5a92 (patch)
tree9e8e4a0cb0e585b85d80cea777ba861c94efde26 /net-p2p
parent2abedd2a70eab13d0edfcf55a1a5edd968dd35bd (diff)
downloadfreebsd-ports-gnome-660de706d33ddfae83d6578efb8d56720fed5a92.tar.gz
freebsd-ports-gnome-660de706d33ddfae83d6578efb8d56720fed5a92.tar.zst
freebsd-ports-gnome-660de706d33ddfae83d6578efb8d56720fed5a92.zip
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
Diffstat (limited to 'net-p2p')
-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