pkgsrc/chat/psi/patches/patch-ak
schnoebe 3a62badf52 Note: Psi 0.15 uses a new profile data format. Data from 0.14 and
prior will be migrated to the new format when you run 0.15 for the
first time.

Changes:
  - Merge many changes from Psi+.
  - New message history browser.
  - New, fast contact list window.
  - TURN proxying for voice calls.
  - Store data in more standardized locations based on the platform.
  - No longer dependent on the Qt3Support library.
  - Domains ending in .local now always work, whether via DNS server or mdns.
  - Windows 64-bit and Mac 64-bit now supported. Mac PPC deprecated.
  - Legacy SSL port probe feature removed.
  - Various small features and bugfixes.

Since 0.14, this version contains about two years worth of merges
from the Psi+ project. Thanks to Rion and Dealer_WeARE for diligently
keeping the Psi source repo current all this time.
2012-12-07 23:52:09 +00:00

16 lines
444 B
Text

$NetBSD: patch-ak,v 1.2 2012/12/07 23:52:09 schnoebe Exp $
pkgsrc places IDN's stringprep in a different directory than other
package managers.
--- iris/src/xmpp/jid/jid.cpp.orig 2012-10-04 00:53:09.000000000 +0000
+++ iris/src/xmpp/jid/jid.cpp
@@ -24,7 +24,7 @@
#include <QCoreApplication>
#include <QByteArray>
#include <QHash>
-#include <libidn/stringprep.h>
+#include <stringprep.h>
#ifndef NO_IRISNET
#include "irisnetglobal_p.h"