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 | d2427fe5d51e14f74771c39c70e69734acc0e166 (patch) | |
tree | 0f9c714a48e82a09ee3fef6dcaa1e6c492dc5acd /graphics/gimp-ufraw/Makefile | |
parent | d39dfcd18eea6cffcc71767815f17afb835a9d4b (diff) | |
download | pkgsrc-d2427fe5d51e14f74771c39c70e69734acc0e166.tar.gz |
Explicitly link pthread.
Diffstat (limited to 'graphics/gimp-ufraw/Makefile')
-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" |