summary refs log tree commit diff
path: root/pkgs/applications/graphics/cinepaint/fltk.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/cinepaint/fltk.patch')
-rw-r--r--pkgs/applications/graphics/cinepaint/fltk.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/cinepaint/fltk.patch b/pkgs/applications/graphics/cinepaint/fltk.patch
new file mode 100644
index 00000000000..2b007a7a65a
--- /dev/null
+++ b/pkgs/applications/graphics/cinepaint/fltk.patch
@@ -0,0 +1,13 @@
+diff --git a/plug-ins/icc_examin/icc_examin/icc_helfer_fltk.cpp b/plug-ins/icc_examin/icc_examin/icc_helfer_fltk.cpp
+index b507454..85f4441 100644
+--- a/plug-ins/icc_examin/icc_examin/icc_helfer_fltk.cpp
++++ b/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; }