diff options
author | marino <marino@FreeBSD.org> | 2016-05-24 05:08:38 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-05-24 05:08:38 +0800 |
commit | 660de706d33ddfae83d6578efb8d56720fed5a92 (patch) | |
tree | 9e8e4a0cb0e585b85d80cea777ba861c94efde26 /net-p2p | |
parent | 2abedd2a70eab13d0edfcf55a1a5edd968dd35bd (diff) | |
download | freebsd-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.cpp | 2 |
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 |