pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimp-ufraw Explicitly link pthread.



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

description:
Explicitly link pthread.

diffstat:

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

diffs (24 lines):

diff -r 1818d73c4f88 -r face5fab4b0c graphics/gimp-ufraw/Makefile
--- a/graphics/gimp-ufraw/Makefile      Sun Sep 02 14:02:20 2007 +0000
+++ b/graphics/gimp-ufraw/Makefile      Sun Sep 02 14:02:57 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2007/08/10 23:10:38 gdt Exp $
+# $NetBSD: Makefile,v 1.40 2007/09/02 14:02:57 joerg Exp $
 
 DISTNAME=              ufraw-0.12.1
 PKGNAME=               gimp-${DISTNAME}
@@ -20,6 +20,8 @@
 
 GCONF2_SCHEMAS=                ufraw.schemas
 
+PTHREAD_AUTO_VARS=     yes
+
 # This package uses too much C99 code to be patched.
 GCC_REQD+=             3.0
 BUILDLINK_TRANSFORM+=  rm:-std=gnu99
@@ -33,4 +35,5 @@
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index