diff options
author | joerg <joerg@pkgsrc.org> | 2007-09-02 14:02:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-09-02 14:02:57 +0000 |
commit | 6f7f262a51600a62d8c291ab29aca8a20fa51dd9 (patch) | |
tree | 0f9c714a48e82a09ee3fef6dcaa1e6c492dc5acd /graphics/gimp-ufraw | |
parent | ab2692aec2a24d771602208f4b16be2105492f2b (diff) | |
download | pkgsrc-6f7f262a51600a62d8c291ab29aca8a20fa51dd9.tar.gz |
Explicitly link pthread.
Diffstat (limited to 'graphics/gimp-ufraw')
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile index 84aba66b599..b193c2524df 100644 --- a/graphics/gimp-ufraw/Makefile +++ b/graphics/gimp-ufraw/Makefile @@ -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 @@ CONFIGURE_ARGS+= --enable-mime 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 @@ BUILDLINK_TRANSFORM+= rm:-std=gnu99 .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" |