pkgsrc/devel/SOPE/patches/patch-sope-core_NGStreams_NGLocalSocketDomain.m
taca 1299cc997c Update SOPE to 2.2.1 needed by SOGo 2.2.1.
Changes are too many to write here.
2014-03-13 14:02:44 +00:00

15 lines
516 B
Objective-C

$NetBSD: patch-sope-core_NGStreams_NGLocalSocketDomain.m,v 1.2 2014/03/13 14:02:44 taca Exp $
Add support for DragonFly.
--- sope-core/NGStreams/NGLocalSocketDomain.m.orig 2011-11-04 12:39:19.000000000 +0000
+++ sope-core/NGStreams/NGLocalSocketDomain.m
@@ -25,7 +25,7 @@
#include "NGLocalSocketAddress.h"
#include "NGSocket.h"
-#if defined(__APPLE__) || defined(__FreeBSD__)
+#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__)
# include <sys/types.h>
# include <sys/socket.h>
#else