summaryrefslogtreecommitdiff
path: root/chat/psi/patches
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2006-12-04 22:06:40 +0000
committerjdolecek <jdolecek>2006-12-04 22:06:40 +0000
commit3ea81ccf2c3a310b1f61b3bd0b6bd6cc59c90d98 (patch)
tree80969463e9b45b4d9755cd7c619e673e1ac534f4 /chat/psi/patches
parent7d62ef78b3b031ad785e19d244fcae2b5368c57f (diff)
downloadpkgsrc-3ea81ccf2c3a310b1f61b3bd0b6bd6cc59c90d98.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;