mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 13:30:02 -04:00
17 lines
427 B
Plaintext
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"
|