pkgsrc-wip/konversation/patches/patch-ab
Mark Davies a75f6d99f6 Add konversation 1.2.1
KDE IRC Client for KDE4.
2009-11-14 23:40:17 +00:00

14 lines
322 B
Text

$NetBSD: patch-ab,v 1.3 2009/11/14 23:40:17 mwdavies Exp $
Make it build on DragonFly.
--- src/dcc/dcccommon.cpp.orig 2009-11-12 18:24:42.000000000 +1300
+++ src/dcc/dcccommon.cpp
@@ -15,6 +15,7 @@
#include "server.h"
#include <arpa/inet.h>
+#include <netinet/in.h>
#include <QHostAddress>
#include <QTcpServer>