pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/kdissert Use -pthread for thread linkage on Dr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/342bde2c94c7
branches: trunk
changeset: 514894:342bde2c94c7
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Jun 20 14:41:16 2006 +0000
description:
Use -pthread for thread linkage on DragonFly.
diffstat:
editors/kdissert/distinfo | 3 ++-
editors/kdissert/patches/patch-ad | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 12aae6d466c9 -r 342bde2c94c7 editors/kdissert/distinfo
--- a/editors/kdissert/distinfo Tue Jun 20 14:25:56 2006 +0000
+++ b/editors/kdissert/distinfo Tue Jun 20 14:41:16 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2005/10/24 10:21:56 drochner Exp $
+$NetBSD: distinfo,v 1.4 2006/06/20 14:41:16 joerg Exp $
SHA1 (kdissert-1.0.5.tar.bz2) = ab880c60b23d612bdad0eb396db708ad2fd8e09f
RMD160 (kdissert-1.0.5.tar.bz2) = 91a48c7517fa28d94a229cb6fb539c7215b6574f
@@ -6,3 +6,4 @@
SHA1 (patch-aa) = 4b35057639ca3bed346d474110388d7e665a4c5a
SHA1 (patch-ab) = f3444118d50e6001443febbe63419051f8ebdfd7
SHA1 (patch-ac) = a961d66f239bbae8251c78c21fdd482a6dc3382c
+SHA1 (patch-ad) = 5cdf04357bfae141087b18ac7a2da106aa4ed5fe
diff -r 12aae6d466c9 -r 342bde2c94c7 editors/kdissert/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/kdissert/patches/patch-ad Tue Jun 20 14:41:16 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2006/06/20 14:41:16 joerg Exp $
+
+--- bksys/generic.py.orig 2006-06-20 14:17:30.000000000 +0000
++++ bksys/generic.py
+@@ -438,6 +438,8 @@ def generate(env):
+ env.AppendUnique( GENCXXFLAGS = ['-D_THREAD_SAFE'])
+ else:
+ env.AppendUnique( GENLINKFLAGS = ['-pthread'])
++ elif os.uname()[0] == "DragonFly":
++ env.AppendUnique( GENLINKFLAGS = ['-pthread'])
+
+ # User-specified prefix
+ if env['ARGS'].has_key('prefix'):
Home |
Main Index |
Thread Index |
Old Index