diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2006-12-04 22:06:40 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2006-12-04 22:06:40 +0000 |
commit | e840567ecdbf07cb2992e5aabac8141f83652c2c (patch) | |
tree | 80969463e9b45b4d9755cd7c619e673e1ac534f4 /chat/psi/patches | |
parent | fb1f3d0016cbe56ef52ec669ad2a37c0725209ea (diff) | |
download | pkgsrc-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-aj | 12 |
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; |