summaryrefslogtreecommitdiff
path: root/chat/psi/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'chat/psi/patches/patch-aj')
-rw-r--r--chat/psi/patches/patch-aj12
1 files changed, 0 insertions, 12 deletions
diff --git a/chat/psi/patches/patch-aj b/chat/psi/patches/patch-aj
deleted file mode 100644
index 73f95aaa231..00000000000
--- a/chat/psi/patches/patch-aj
+++ /dev/null
@@ -1,12 +0,0 @@
-$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;