mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 08:26:27 -04:00
but now heavily modified and improved. Digitalcoin works over a distributed peer-to-peer network to offer irreversible, low-cost, anonymous and decentralized monetary transactions. WWW: http://digitalcoin.co/ PR: ports/184369 Submitted by: myst3r10n <myst3r10n@rocketmail.com>
11 lines
318 B
C++
11 lines
318 B
C++
--- src/qt/qtipcserver.cpp.orig 2014-01-18 05:21:31.335425774 +0000
|
|
+++ src/qt/qtipcserver.cpp 2014-01-18 05:22:33.976421840 +0000
|
|
@@ -21,7 +21,7 @@
|
|
|
|
static void ipcThread2(void* pArg);
|
|
|
|
-#ifdef MAC_OSX
|
|
+#if defined(MAC_OSX) || defined(__FreeBSD__)
|
|
// URI handling not implemented on OSX yet
|
|
|
|
void ipcInit() { }
|