openbsd-ports/net/minbif/patches/patch-src_sockwrap_sockwrap_h
landry 176a931984 Import minbif 1.0.3:
Minbif aims to use the libpurple library from the Pidgin project to
provide an IRC-friendly instant messaging client. It also maps
everything to pure IRC commands, giving it an intuitive, natural
feeling. Joining a conversation is a simple /join, banning an user is a
real IRC ban, sending files by a simple DCC, etc.

Comment out the full-bloat-video-audio flavor atm, until someone tests it..
with feedback and ok jasper@
2010-09-13 19:44:40 +00:00

13 lines
445 B
Plaintext

$OpenBSD: patch-src_sockwrap_sockwrap_h,v 1.1.1.1 2010/09/13 19:44:40 landry Exp $
--- src/sockwrap/sockwrap.h.orig Fri Jun 25 11:23:28 2010
+++ src/sockwrap/sockwrap.h Fri Jun 25 11:23:45 2010
@@ -24,7 +24,7 @@
#include "core/config.h"
#include "core/callback.h"
-#if defined(__FreeBSD__) || defined(__FreeBSD)
+#if defined(__FreeBSD__) || defined(__FreeBSD) || defined(__OpenBSD__)
#include <sys/types.h>
#include <sys/socket.h>
#endif