pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimp-color-manager Link explicitly against pt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9455027c801f
branches:  trunk
changeset: 532854:9455027c801f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Sep 02 13:50:39 2007 +0000

description:
Link explicitly against pthread.

diffstat:

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

diffs (21 lines):

diff -r 300f25ff366d -r 9455027c801f graphics/gimp-color-manager/Makefile
--- a/graphics/gimp-color-manager/Makefile      Sun Sep 02 13:33:44 2007 +0000
+++ b/graphics/gimp-color-manager/Makefile      Sun Sep 02 13:50:39 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2007/06/05 05:37:27 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2007/09/02 13:50:39 joerg Exp $
 #
 
 DISTNAME=              gimp-color-manager-0.1.0
@@ -14,8 +14,11 @@
 USE_TOOLS+=            intltool pkg-config
 GNU_CONFIGURE=         yes
 
+PTHREAD_AUTO_VARS=     yes
+
 MAKE_ENV+=             mkinstalldirs=${INSTALL_DATA_DIR:Q}
 
 .include "../../graphics/gimp/buildlink3.mk"
 .include "../../graphics/lcms/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index