summaryrefslogtreecommitdiff
path: root/chat/psi/patches/patch-aj
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2007-12-20 20:15:25 +0000
committerjdolecek <jdolecek@pkgsrc.org>2007-12-20 20:15:25 +0000
commit2ad56ad2fb25fce5abd06fde318b24f00f82a622 (patch)
treee01308ca8c2eaddfa443a753956f845d5154747e /chat/psi/patches/patch-aj
parentdc2c1fec5996039e4ca7ea5107905518de859bae (diff)
downloadpkgsrc-2ad56ad2fb25fce5abd06fde318b24f00f82a622.tar.gz
remove no longer needed patches - part of psi update to 0.11
tested on NetBSD 4.0, I don't have other platforms ...
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;