diff options
author | rillig <rillig@pkgsrc.org> | 2005-10-10 09:07:22 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-10-10 09:07:22 +0000 |
commit | c1fb2ed253549608ba82ff0eba1f641bc8b7e70a (patch) | |
tree | 4eb3ba44e979df75df6c52e71b09401520ec7019 /graphics/gimp-ufraw/Makefile | |
parent | edad95b9f61ea830b7a528a49857bd206a4a66a3 (diff) | |
download | pkgsrc-c1fb2ed253549608ba82ff0eba1f641bc8b7e70a.tar.gz |
This package needs a C99 compiler.
Diffstat (limited to 'graphics/gimp-ufraw/Makefile')
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile index e29669c977e..85eb13f446d 100644 --- a/graphics/gimp-ufraw/Makefile +++ b/graphics/gimp-ufraw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/10/04 12:58:13 gdt Exp $ +# $NetBSD: Makefile,v 1.12 2005/10/10 09:07:22 rillig Exp $ DISTNAME= ufraw-0.5 PKGNAME= gimp-${DISTNAME} @@ -15,6 +15,8 @@ GNU_CONFIGURE= yes USE_TOOLS+= gmake pkg-config USE_TOOLS+= perl:run pod2man +# This package uses too much C99 code to be patched. +GCC_REQD+= 3.0 BUILDLINK_TRANSFORM+= rm:-std=gnu99 CONFIGURE_ARGS+= --enable-extras |