diff options
author | rillig <rillig@pkgsrc.org> | 2007-11-20 17:46:44 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-11-20 17:46:44 +0000 |
commit | 0b7145a92ea7bd13b87ba853a017a8bb873fcaff (patch) | |
tree | 733459c8a60ba4d0d4d578f4d94ee0779c00e21e /graphics/gimp-refocus-it | |
parent | 4bd807b4a6ad6fb05f9cbc6efa8c7848bf1fbb92 (diff) | |
download | pkgsrc-0b7145a92ea7bd13b87ba853a017a8bb873fcaff.tar.gz |
This package needs asprintf.
Diffstat (limited to 'graphics/gimp-refocus-it')
-rw-r--r-- | graphics/gimp-refocus-it/Makefile | 3 | ||||
-rw-r--r-- | graphics/gimp-refocus-it/distinfo | 4 | ||||
-rw-r--r-- | graphics/gimp-refocus-it/patches/patch-aa | 21 |
3 files changed, 21 insertions, 7 deletions
diff --git a/graphics/gimp-refocus-it/Makefile b/graphics/gimp-refocus-it/Makefile index d32707b3bc1..85f6c8744b1 100644 --- a/graphics/gimp-refocus-it/Makefile +++ b/graphics/gimp-refocus-it/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/09/21 13:03:49 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2007/11/20 17:46:44 rillig Exp $ # DISTNAME= refocus-it-2.0.0 @@ -15,6 +15,7 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes #just build the plugin CONFIGURE_ARGS+= --without-cmdline +USE_FEATURES= asprintf USE_TOOLS+= intltool msgfmt pkg-config PTHREAD_AUTO_VARS= yes diff --git a/graphics/gimp-refocus-it/distinfo b/graphics/gimp-refocus-it/distinfo index 21159e0ea3b..c55f4788b2b 100644 --- a/graphics/gimp-refocus-it/distinfo +++ b/graphics/gimp-refocus-it/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 08:45:06 agc Exp $ +$NetBSD: distinfo,v 1.3 2007/11/20 17:46:44 rillig Exp $ SHA1 (refocus-it-2.0.0.tar.gz) = 746adb97da84cde10d9f8cd1925652164306dd95 RMD160 (refocus-it-2.0.0.tar.gz) = 33f455c5d598001c1dfde269ea972dd8e2378ead Size (refocus-it-2.0.0.tar.gz) = 249425 bytes -SHA1 (patch-aa) = 473cf1361d72b9ebb5aab6e0137840242c38e1de +SHA1 (patch-aa) = 7103bfc96702d327387011e015596508c625b222 SHA1 (patch-ab) = 71d67d7f4fa0a9dcfe8404b390fcb06564787926 diff --git a/graphics/gimp-refocus-it/patches/patch-aa b/graphics/gimp-refocus-it/patches/patch-aa index fff0bf17566..725d2a1dc86 100644 --- a/graphics/gimp-refocus-it/patches/patch-aa +++ b/graphics/gimp-refocus-it/patches/patch-aa @@ -1,8 +1,21 @@ -$NetBSD: patch-aa,v 1.1.1.1 2005/01/16 11:51:52 drochner Exp $ +$NetBSD: patch-aa,v 1.2 2007/11/20 17:46:44 rillig Exp $ ---- gimp-plugin/main-gimp.c.orig 2005-01-14 23:05:32.000000000 +0100 -+++ gimp-plugin/main-gimp.c -@@ -27,6 +27,7 @@ +--- gimp-plugin/main-gimp.c.orig 2004-07-19 12:17:44.000000000 +0200 ++++ gimp-plugin/main-gimp.c 2007-11-20 18:45:06.000000000 +0100 +@@ -19,6 +19,12 @@ + + #define _GNU_SOURCE + ++#if HAVE_NBCOMPAT_H ++# include <nbcompat/config.h> ++# include <nbcompat/cdefs.h> ++# include <nbcompat/stdio.h> ++#endif ++ + #include <gtk/gtk.h> + #include <glib.h> + #include <libgimp/gimp.h> +@@ -27,6 +33,7 @@ #include <ctype.h> #include <stdlib.h> #include <time.h> |