diff options
Diffstat (limited to 'graphics/cinepaint/patches/patch-af')
-rw-r--r-- | graphics/cinepaint/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/cinepaint/patches/patch-af b/graphics/cinepaint/patches/patch-af new file mode 100644 index 00000000000..ffe2d3a2f28 --- /dev/null +++ b/graphics/cinepaint/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.3 2008/11/10 19:04:45 adam Exp $ + +--- plug-ins/icc_examin/icc_examin/icc_helfer_fltk.cpp.orig 2008-11-10 19:18:58.000000000 +0100 ++++ plug-ins/icc_examin/icc_examin/icc_helfer_fltk.cpp +@@ -226,7 +226,7 @@ namespace icc_examin_ns { + + int awake(void) + { +- Fl::awake(0); ++ Fl::awake((void*)0); + return 0; + } + int leerWait(void) { return 0; } |