wok diff cinepaint/stuff/cinepaint-0.22.1-gcc43.patch @ rev 12370
Up: libcdio to 0.83.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Apr 19 21:48:35 2012 +0000 (2012-04-19) |
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-gcc43.patch Thu Apr 19 21:48:35 2012 +0000 1.3 @@ -0,0 +1,73 @@ 1.4 +Index: cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/ResponseSolver.hpp 1.5 +=================================================================== 1.6 +--- cinepaint-0.22-1.orig/plug-ins/bracketing_to_hdr/br_core/ResponseSolver.hpp 1.7 ++++ cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/ResponseSolver.hpp 1.8 +@@ -34,6 +34,7 @@ 1.9 + 1.10 + 1.11 + #include <fstream> 1.12 ++#include <cstring> 1.13 + #include "TNT/tnt_misc.hpp" // proof_least_square_fit() 1.14 + #include "TNT/tnt_stopwatch.hpp" 1.15 + #include "TNT/jama_qr.hpp" // JAMA::QR 1.16 +Index: cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/br_Image.cpp 1.17 +=================================================================== 1.18 +--- cinepaint-0.22-1.orig/plug-ins/bracketing_to_hdr/br_core/br_Image.cpp 1.19 ++++ cinepaint-0.22-1/plug-ins/bracketing_to_hdr/br_core/br_Image.cpp 1.20 +@@ -26,6 +26,7 @@ 1.21 + */ 1.22 + #include <iostream> 1.23 + #include <cmath> // pow() 1.24 ++#include <cstring> 1.25 + 1.26 + #include "br_types.hpp" // ImageID 1.27 + #include "br_enums.hpp" // DataType, ReportWhat 1.28 +Index: cinepaint-0.22-1/plug-ins/icc_examin/icc_examin/icc_oyranos_extern.cpp 1.29 +=================================================================== 1.30 +--- cinepaint-0.22-1.orig/plug-ins/icc_examin/icc_examin/icc_oyranos_extern.cpp 1.31 ++++ cinepaint-0.22-1/plug-ins/icc_examin/icc_examin/icc_oyranos_extern.cpp 1.32 +@@ -29,6 +29,7 @@ 1.33 + 1.34 + #include "icc_utils.h" 1.35 + #include "icc_fenster.h" 1.36 ++#include <cstdlib> 1.37 + 1.38 + using namespace icc_examin_ns; 1.39 + 1.40 +Index: cinepaint-0.22-1/plug-ins/icc_examin/icc_examin/icc_speicher.h 1.41 +=================================================================== 1.42 +--- cinepaint-0.22-1.orig/plug-ins/icc_examin/icc_examin/icc_speicher.h 1.43 ++++ cinepaint-0.22-1/plug-ins/icc_examin/icc_examin/icc_speicher.h 1.44 +@@ -33,6 +33,8 @@ 1.45 + 1.46 + #include "icc_utils.h" 1.47 + #include <string> 1.48 ++#include <cstdlib> 1.49 ++#include <cstring> 1.50 + 1.51 + #define DBG_SPEICHER_START if(icc_debug >= 3) DBG_PROG_START 1.52 + #define DBG_SPEICHER_ENDE if(icc_debug >= 3) DBG_PROG_ENDE 1.53 +Index: cinepaint-0.22-1/plug-ins/icc_examin/icc_examin/threads.cpp 1.54 +=================================================================== 1.55 +--- cinepaint-0.22-1.orig/plug-ins/icc_examin/icc_examin/threads.cpp 1.56 ++++ cinepaint-0.22-1/plug-ins/icc_examin/icc_examin/threads.cpp 1.57 +@@ -42,6 +42,7 @@ 1.58 + #include <iostream> 1.59 + # if HAVE_PTHREAD_H 1.60 + // Use POSIX threading... 1.61 ++#include <climits> 1.62 + 1.63 + int fl_create_thread(Fl_Thread& t, void *(*f) (void *), void* p) 1.64 + { 1.65 +Index: cinepaint-0.22-1/plug-ins/pdf/pdf.cpp 1.66 +=================================================================== 1.67 +--- cinepaint-0.22-1.orig/plug-ins/pdf/pdf.cpp 1.68 ++++ cinepaint-0.22-1/plug-ins/pdf/pdf.cpp 1.69 +@@ -39,6 +39,7 @@ 1.70 + 1.71 + #include "pdf.h" 1.72 + #include "pdf_dialog.h" 1.73 ++#include <cstring> 1.74 + 1.75 + extern "C" { 1.76 + #include <gtk/gtk.h>