summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2006-12-04 22:06:40 +0000
committerjdolecek <jdolecek@pkgsrc.org>2006-12-04 22:06:40 +0000
commite840567ecdbf07cb2992e5aabac8141f83652c2c (patch)
tree80969463e9b45b4d9755cd7c619e673e1ac534f4 /chat
parentfb1f3d0016cbe56ef52ec669ad2a37c0725209ea (diff)
downloadpkgsrc-e840567ecdbf07cb2992e5aabac8141f83652c2c.tar.gz
add patch for DragonFly; no functionality change, so no PKGREVISION bump
Diffstat (limited to 'chat')
-rw-r--r--chat/psi/distinfo3
-rw-r--r--chat/psi/patches/patch-aj12
2 files changed, 14 insertions, 1 deletions
diff --git a/chat/psi/distinfo b/chat/psi/distinfo
index 06dcd7351eb..5c4b8c838cf 100644
--- a/chat/psi/distinfo
+++ b/chat/psi/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2006/10/23 21:49:31 jdolecek Exp $
+$NetBSD: distinfo,v 1.21 2006/12/04 22:06:40 jdolecek Exp $
SHA1 (psi-0.10-20060806-1/psi-0.10.tar.bz2) = f1687f8b93338f47cb1c8fa363e4b4f58628f167
RMD160 (psi-0.10-20060806-1/psi-0.10.tar.bz2) = b8be1490cd02f61cf86f09f2dc9f29716ea4c186
@@ -56,3 +56,4 @@ SHA1 (patch-af) = 3be7b02847bbc1c552a15334ae1ba158b030326b
SHA1 (patch-ag) = ed53824947298272f5ac83af91bf59186d544b93
SHA1 (patch-ah) = 97eba977a7519488b2d3bef0ed2cbc3e2636de9b
SHA1 (patch-ai) = 06d0e9dc7aa67ca42462779acf4d2978904df66b
+SHA1 (patch-aj) = b7f7b3ccc5333f50fcde36bab3a3bc120900f37b
diff --git a/chat/psi/patches/patch-aj b/chat/psi/patches/patch-aj
new file mode 100644
index 00000000000..73f95aaa231
--- /dev/null
+++ b/chat/psi/patches/patch-aj
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.1 2006/12/04 22:06:40 jdolecek Exp $
+
+--- configure.orig 2006-01-07 23:19:01.000000000 +0200
++++ configure 2006-12-04 18:30:37.000000000 +0200
+@@ -1058,6 +1058,7 @@
+ if(!path.isEmpty())
+ extra += QString("-L") + path + ' ';
+ extra += QString("-l") + name;
++ extra += QString(" -pthread");
+ if(!doCompileAndLink(str, extra))
+ return false;
+ return true;