pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimp-refocus-it Explicitly link with pthread.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7b92daa8b31
branches:  trunk
changeset: 532855:f7b92daa8b31
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Sep 02 14:00:23 2007 +0000

description:
Explicitly link with pthread.

diffstat:

 graphics/gimp-refocus-it/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9455027c801f -r f7b92daa8b31 graphics/gimp-refocus-it/Makefile
--- a/graphics/gimp-refocus-it/Makefile Sun Sep 02 13:50:39 2007 +0000
+++ b/graphics/gimp-refocus-it/Makefile Sun Sep 02 14:00:23 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2007/06/05 05:37:28 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2007/09/02 14:00:23 joerg Exp $
 #
 
 DISTNAME=              refocus-it-2.0.0
@@ -17,5 +17,8 @@
 CONFIGURE_ARGS+=       --without-cmdline
 USE_TOOLS+=            intltool msgfmt pkg-config
 
+PTHREAD_AUTO_VARS=     yes
+
 .include "../../graphics/gimp/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index