diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-ufraw/distinfo | 3 | ||||
-rw-r--r-- | graphics/gimp-ufraw/patches/patch-aa | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/graphics/gimp-ufraw/distinfo b/graphics/gimp-ufraw/distinfo index 225d0ab89a1..08e87eb8e0d 100644 --- a/graphics/gimp-ufraw/distinfo +++ b/graphics/gimp-ufraw/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2005/04/01 13:02:28 drochner Exp $ +$NetBSD: distinfo,v 1.4 2005/04/13 13:59:10 wiz 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 diff --git a/graphics/gimp-ufraw/patches/patch-aa b/graphics/gimp-ufraw/patches/patch-aa new file mode 100644 index 00000000000..04986eba4ce --- /dev/null +++ b/graphics/gimp-ufraw/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1 2005/04/13 13:59:10 wiz Exp $ + +--- ufraw.c.orig 2005-02-08 15:04:59.000000000 +0000 ++++ ufraw.c +@@ -630,8 +630,8 @@ int ufraw_saver(GtkWidget *widget, gpoin + #ifndef NO_TIFF + void ufraw_tiff_message(const char *module, const char *fmt, va_list ap) + { +- module = module; + char buf[max_path]; ++ module = module; + vsnprintf(buf, max_path, fmt, ap); + ufraw_message(UFRAW_VERBOSE, buf); + } |