wok-stable diff cinepaint/stuff/cinepaint-0.22.1-ambiguousawake.patch @ rev 11386
Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 10 04:42:49 2011 +0100 (2011-12-10) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/cinepaint/stuff/cinepaint-0.22.1-ambiguousawake.patch Sat Dec 10 04:42:49 2011 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +--- plug-ins/icc_examin/icc_examin/icc_helfer_fltk.cpp.orig 2008-09-03 02:07:08.000000000 +0200 1.5 ++++ plug-ins/icc_examin/icc_examin/icc_helfer_fltk.cpp 2008-09-03 02:08:02.000000000 +0200 1.6 +@@ -226,7 +226,7 @@ 1.7 + 1.8 + int awake(void) 1.9 + { 1.10 +- Fl::awake(0); 1.11 ++ Fl::awake((void *)0); 1.12 + return 0; 1.13 + } 1.14 + int leerWait(void) { return 0; }