summaryrefslogtreecommitdiff
path: root/chat/psi/patches/patch-af
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2006-10-23 21:49:31 +0000
committerjdolecek <jdolecek>2006-10-23 21:49:31 +0000
commitee25014bcfc586c70c3e1f14a80963351c68b869 (patch)
tree6060a3c8bee710a4556449df8573437f0075daed /chat/psi/patches/patch-af
parent03afaf0c1ff637f4c23df5521f85db645e5d6295 (diff)
downloadpkgsrc-ee25014bcfc586c70c3e1f14a80963351c68b869.tar.gz
adjust include paths to avoid header conflict with net/socks5 package
fixes PR pkg/33022 by Steven M. Bellovin
Diffstat (limited to 'chat/psi/patches/patch-af')
-rw-r--r--chat/psi/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/psi/patches/patch-af b/chat/psi/patches/patch-af
new file mode 100644
index 00000000000..c0c6d52ec9d
--- /dev/null
+++ b/chat/psi/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.3 2006/10/23 21:49:31 jdolecek Exp $
+
+--- src/psiaccount.cpp.orig 2006-10-23 23:12:24.000000000 +0200
++++ src/psiaccount.cpp
+@@ -83,7 +83,7 @@
+ #include "psigrowlnotifier.h"
+ #endif
+
+-#include"bsocket.h"
++#include"network/bsocket.h"
+ /*#ifdef Q_WS_WIN
+ #include<windows.h>
+ typedef int socklen_t;