diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-20 14:30:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-20 14:30:17 +0000 |
commit | 81bc93c9614c3c2ce492ee7704cd54b9d35e391e (patch) | |
tree | fdee7e53d7f075d45e4083c7ba3677ccd5c0d1a2 /graphics/cinepaint | |
parent | 6bbd787a276f0962fd42aa9d8869a0c171a714a5 (diff) | |
download | pkgsrc-81bc93c9614c3c2ce492ee7704cd54b9d35e391e.tar.gz |
Fix build. Not sure why this was released.
Diffstat (limited to 'graphics/cinepaint')
-rw-r--r-- | graphics/cinepaint/distinfo | 3 | ||||
-rw-r--r-- | graphics/cinepaint/patches/patch-ad | 30 |
2 files changed, 32 insertions, 1 deletions
diff --git a/graphics/cinepaint/distinfo b/graphics/cinepaint/distinfo index e972321135f..1eb02874f14 100644 --- a/graphics/cinepaint/distinfo +++ b/graphics/cinepaint/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2007/01/16 12:52:44 adam Exp $ +$NetBSD: distinfo,v 1.9 2007/01/20 14:30:17 joerg Exp $ SHA1 (cinepaint-0.21-2.tar.gz) = 2be8d4ccb60106ee07cb59a7dc01293087e8ac94 RMD160 (cinepaint-0.21-2.tar.gz) = 72527096b683849a2fc8ad8a18dbf0dcf18e8887 @@ -6,3 +6,4 @@ Size (cinepaint-0.21-2.tar.gz) = 11504561 bytes SHA1 (patch-aa) = 2259896756f3371589b4a83655e4c118d0247302 SHA1 (patch-ab) = 1dfa4fe1c8f694e7e754cbf22c055ceb1a16d5d3 SHA1 (patch-ac) = b5eaff278284409d94bc7a9e68fe70d9bd30a406 +SHA1 (patch-ad) = 857fdcfc13c2d3e86b8d520ae0da31ae424c8536 diff --git a/graphics/cinepaint/patches/patch-ad b/graphics/cinepaint/patches/patch-ad new file mode 100644 index 00000000000..14a166f63df --- /dev/null +++ b/graphics/cinepaint/patches/patch-ad @@ -0,0 +1,30 @@ +$NetBSD: patch-ad,v 1.4 2007/01/20 14:30:17 joerg Exp $ + +--- app/app_procs.c.orig 2007-01-20 14:09:54.000000000 +0000 ++++ app/app_procs.c +@@ -73,6 +73,7 @@ + #include "brush.h" + #include "layout.h" + #include "minimize.h" ++#include "store_frame_manager.h" + #include "depth/displaylut.h" + + #include "config.h" +@@ -82,6 +83,8 @@ + #define SHOW_LATER 1 + #define SHOW_NOW 2 + ++static void app_update_prefix(void); ++ + extern int start_with_sfm; + extern int initial_frames_loaded; + +@@ -710,7 +713,7 @@ app_exit (int kill_it) + */ + } + +-void ++static void + app_update_prefix (void) + { + if(strcmp(GetDirStaticPrefix(), GetDirPrefix()) != 0) |