pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xbindkeys guile is forcing pthread linkage now.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eccafe8ab557
branches:  trunk
changeset: 530177:eccafe8ab557
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jun 17 20:01:39 2007 +0000

description:
guile is forcing pthread linkage now.

diffstat:

 x11/xbindkeys/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ea42c93a6373 -r eccafe8ab557 x11/xbindkeys/Makefile
--- a/x11/xbindkeys/Makefile    Sun Jun 17 19:41:12 2007 +0000
+++ b/x11/xbindkeys/Makefile    Sun Jun 17 20:01:39 2007 +0000
@@ -1,9 +1,12 @@
-# $NetBSD: Makefile,v 1.12 2006/12/08 16:16:12 obache Exp $
+# $NetBSD: Makefile,v 1.13 2007/06/17 20:01:39 joerg Exp $
 #
 
 .include "Makefile.common"
 
 CONFIGURE_ARGS+=       --disable-tk
 
+PTHREAD_AUTO_VARS=     yes
+
 .include "../../lang/guile/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index