diff options
author | rillig <rillig@pkgsrc.org> | 2005-04-13 16:49:57 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-04-13 16:49:57 +0000 |
commit | 7b0f16c9b921160e6ba27be8f456ed513a0fa396 (patch) | |
tree | 028049f4644b5b23c2129fdd3649c75af33cfe9c /graphics | |
parent | 15faff9d6161e6070e68f764d78b33d7a9211fea (diff) | |
download | pkgsrc-7b0f16c9b921160e6ba27be8f456ed513a0fa396.tar.gz |
Added some patches for ISO C90 compliance. Approved by jlam.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp-ufraw/distinfo | 6 |
2 files changed, 7 insertions, 3 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" diff --git a/graphics/gimp-ufraw/distinfo b/graphics/gimp-ufraw/distinfo index 08e87eb8e0d..b9b4c6052a3 100644 --- a/graphics/gimp-ufraw/distinfo +++ b/graphics/gimp-ufraw/distinfo @@ -1,6 +1,8 @@ -$NetBSD: distinfo,v 1.4 2005/04/13 13:59:10 wiz Exp $ +$NetBSD: distinfo,v 1.5 2005/04/13 16:49:57 rillig Exp $ SHA1 (ufraw-0.4.tar.gz) = dd907171f6e3b0055499f108ba212465839d6f89 RMD160 (ufraw-0.4.tar.gz) = e1a8106305fcc2b5405344cdca28c0fa503dcb66 Size (ufraw-0.4.tar.gz) = 101409 bytes -SHA1 (patch-aa) = 4268efb3c00ac5517f6c27d8bcd84d42293f6345 +SHA1 (patch-aa) = 6c8be230181b4184bb0f81ffad7fb808e4eb35cf +SHA1 (patch-ab) = 5def994eac734aaf1edf02138e5af29f880b77f3 +SHA1 (patch-ac) = e34fe4f2f6878dbc24a401a5c6b95363b78c3d30 |