2013-09-26 17:14:40 +02:00

17 lines
427 B
Plaintext

$NetBSD: patch-ah,v 1.4 2012/12/07 23:52:09 schnoebe Exp $
pkgsrc places idna.h in a different directory than other package
managers
--- iris/src/xmpp/xmpp-core/connector.cpp.orig 2012-10-04 00:53:09.000000000 +0000
+++ iris/src/xmpp/xmpp-core/connector.cpp
@@ -36,7 +36,7 @@
#include <QUrl>
#include <QTimer>
#include <qca.h>
-#include <libidn/idna.h>
+#include <idna.h>
#include "bsocket.h"
#include "httpconnect.h"