summaryrefslogtreecommitdiff
path: root/chat/psi/patches
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/psi/patches
parentfb1f3d0016cbe56ef52ec669ad2a37c0725209ea (diff)
downloadpkgsrc-e840567ecdbf07cb2992e5aabac8141f83652c2c.tar.gz
add patch for DragonFly; no functionality change, so no PKGREVISION bump
Diffstat (limited to 'chat/psi/patches')
-rw-r--r--chat/psi/patches/patch-aj12
1 files changed, 12 insertions, 0 deletions
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;