summaryrefslogtreecommitdiff
path: root/graphics/gimp-ufraw/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-04-13 16:49:57 +0000
committerrillig <rillig@pkgsrc.org>2005-04-13 16:49:57 +0000
commit53ebb0f48e0ae4992169ca62c0e6f8ba4d749aae (patch)
tree028049f4644b5b23c2129fdd3649c75af33cfe9c /graphics/gimp-ufraw/Makefile
parentc0b6a86866b31349904bfad32819e05e39dd976e (diff)
downloadpkgsrc-53ebb0f48e0ae4992169ca62c0e6f8ba4d749aae.tar.gz
Added some patches for ISO C90 compliance. Approved by jlam.
Diffstat (limited to 'graphics/gimp-ufraw/Makefile')
-rw-r--r--graphics/gimp-ufraw/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile
index 970afacbe86..a3dd65f8da8 100644
--- a/graphics/gimp-ufraw/Makefile
+++ b/graphics/gimp-ufraw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:03 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/04/13 16:49:57 rillig Exp $
#
DISTNAME= ufraw-0.4
@@ -14,6 +14,8 @@ USE_GNU_TOOLS+= make
BUILD_TARGET= build
INSTALL_TARGET= install-admin
+BUILDLINK_TRANSFORM+= rm:-std=gnu99
+
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../graphics/gimp/buildlink3.mk"
.include "../../graphics/lcms/buildlink3.mk"