summaryrefslogtreecommitdiff
path: root/chat/psi/patches
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2005-10-01 22:02:00 +0000
committerjdolecek <jdolecek@pkgsrc.org>2005-10-01 22:02:00 +0000
commit8115e89ff3eb7d37b04b193e64bf72946c95358c (patch)
tree4d8ce4be64043f37f0cb69e03baf8a81e4214fe9 /chat/psi/patches
parent1bff001b69d6e33ef1cb8a65e78eeb8f5037cddc (diff)
downloadpkgsrc-8115e89ff3eb7d37b04b193e64bf72946c95358c.tar.gz
Use devel/libidn rather than bundled version, since compilation of the
latter bombs if devel/libidn is installed, and it's preferable to use the non-bundled, pkgsrc libidn rather than fix build of the bundled version Fixes PR pkg/30336 by Perry E. Metzger and PR pkg/31413 by Steven M. Bellovin
Diffstat (limited to 'chat/psi/patches')
-rw-r--r--chat/psi/patches/patch-ae18
1 files changed, 18 insertions, 0 deletions
diff --git a/chat/psi/patches/patch-ae b/chat/psi/patches/patch-ae
new file mode 100644
index 00000000000..e4a931f4836
--- /dev/null
+++ b/chat/psi/patches/patch-ae
@@ -0,0 +1,18 @@
+$NetBSD: patch-ae,v 1.1 2005/10/01 22:02:00 jdolecek Exp $
+
+--- iris.pri.orig 2005-10-01 22:20:56.000000000 +0200
++++ iris.pri 2005-10-01 22:22:05.000000000 +0200
+@@ -1,7 +1,10 @@
+ # libidn
+-LIBIDN_BASE = $$IRIS_BASE/libidn
+-CONFIG += libidn
+-include($$IRIS_BASE/libidn.pri)
++#LIBIDN_BASE = $$IRIS_BASE/libidn
++#CONFIG += libidn
++#include($$IRIS_BASE/libidn.pri)
++unix:{
++ LIBS += -lidn
++}
+
+ # qca
+ #unix:{