diff --git a/debian/patches/patch-07-warnings-and-static b/debian/patches/patch-07-warnings-and-static index 12ed8b7..8a43c99 100644 --- a/debian/patches/patch-07-warnings-and-static +++ b/debian/patches/patch-07-warnings-and-static @@ -1,7 +1,8 @@ -diff -ur teckit-2.5.10/source/Compiler.cpp teckit-src/source/Compiler.cpp ---- teckit-2.5.10/source/Compiler.cpp Tue May 05 23:09:53 2020 -+++ teckit-src/source/Compiler.cpp Wed May 06 09:00:34 2020 -@@ -189,7 +189,7 @@ +Index: teckit/source/Compiler.cpp +=================================================================== +--- teckit.orig/source/Compiler.cpp ++++ teckit/source/Compiler.cpp +@@ -189,7 +189,7 @@ TECkit_DisposeCompiled(Byte* table) free(table); } @@ -10,10 +11,11 @@ WINAPI TECkit_GetUnicodeName(UInt32 usv) { -diff -ur teckit-2.5.10/source/Compiler.h teckit-src/source/Compiler.h ---- teckit-2.5.10/source/Compiler.h Tue May 05 23:09:53 2020 -+++ teckit-src/source/Compiler.h Wed May 06 08:59:40 2020 -@@ -229,7 +229,7 @@ +Index: teckit/source/Compiler.h +=================================================================== +--- teckit.orig/source/Compiler.h ++++ teckit/source/Compiler.h +@@ -229,7 +229,7 @@ protected: vector byteClassLines; vector uniClassLines; @@ -22,10 +24,11 @@ UInt32 uniDefault; UInt8 byteDefault; bool supplementaryChars; -diff -ur teckit-2.5.10/source/Engine.cpp teckit-src/source/Engine.cpp ---- teckit-2.5.10/source/Engine.cpp Tue May 05 23:09:53 2020 -+++ teckit-src/source/Engine.cpp Wed May 06 09:06:24 2020 -@@ -51,12 +51,6 @@ +Index: teckit/source/Engine.cpp +=================================================================== +--- teckit.orig/source/Engine.cpp ++++ teckit/source/Engine.cpp +@@ -51,12 +51,6 @@ Description: # define NOSERVICE # define NOMCX # include @@ -38,10 +41,11 @@ #endif #include "Engine.h" -diff -ur teckit-2.5.10/source/Public-headers/TECkit_Compiler.h teckit-src/source/Public-headers/TECkit_Compiler.h ---- teckit-2.5.10/source/Public-headers/TECkit_Compiler.h Tue May 05 23:09:53 2020 -+++ teckit-src/source/Public-headers/TECkit_Compiler.h Wed May 06 09:07:40 2020 -@@ -29,6 +29,9 @@ +Index: teckit/source/Public-headers/TECkit_Compiler.h +=================================================================== +--- teckit.orig/source/Public-headers/TECkit_Compiler.h ++++ teckit/source/Public-headers/TECkit_Compiler.h +@@ -29,6 +29,9 @@ extern "C" { #ifdef _WIN32 /* MS compiler has predefined _WIN32, so assume Windows target */ #include // apparently just using windef.h fails on VC++6 @@ -51,7 +55,7 @@ #else /* not the MS compiler, so try Metrowerks' platform macros */ #ifndef __APPLE__ -@@ -55,7 +58,7 @@ +@@ -55,7 +58,7 @@ extern "C" { #define kCompilerOpts_Compress 0x00000010 /* generate compressed mapping table */ #define kCompilerOpts_XML 0x00000020 /* instead of a compiled binary table, generate an XML representation of the mapping */ @@ -60,7 +64,7 @@ TECkit_Status WINAPI EXPORTED -@@ -74,7 +77,7 @@ +@@ -74,7 +77,7 @@ WINAPI EXPORTED TECkit_GetCompilerVersion(); /* new APIs for looking up Unicode names (as NUL-terminated C strings) */ @@ -69,10 +73,11 @@ WINAPI EXPORTED TECkit_GetUnicodeName(UInt32 usv); /* returns the Unicode name of usv, if available, else NULL */ -diff -ur teckit-2.5.10/source/Public-headers/TECkit_Engine.h teckit-src/source/Public-headers/TECkit_Engine.h ---- teckit-2.5.10/source/Public-headers/TECkit_Engine.h Tue May 05 23:09:53 2020 -+++ teckit-src/source/Public-headers/TECkit_Engine.h Wed May 06 09:08:34 2020 -@@ -79,6 +79,9 @@ +Index: teckit/source/Public-headers/TECkit_Engine.h +=================================================================== +--- teckit.orig/source/Public-headers/TECkit_Engine.h ++++ teckit/source/Public-headers/TECkit_Engine.h +@@ -79,6 +79,9 @@ extern "C" { #ifdef _WIN32 /* MS compiler has predefined _WIN32, so assume Windows target */ #include @@ -82,9 +87,10 @@ #else /* not the MS compiler, so try Metrowerks' platform macros */ #ifndef __APPLE__ -diff -ur teckit-2.5.10/source/Sample-tools/TECkit_Compile.cpp teckit-src/source/Sample-tools/TECkit_Compile.cpp ---- teckit-2.5.10/source/Sample-tools/TECkit_Compile.cpp Tue May 05 23:09:53 2020 -+++ teckit-src/source/Sample-tools/TECkit_Compile.cpp Wed May 06 09:05:22 2020 +Index: teckit/source/Sample-tools/TECkit_Compile.cpp +=================================================================== +--- teckit.orig/source/Sample-tools/TECkit_Compile.cpp ++++ teckit/source/Sample-tools/TECkit_Compile.cpp @@ -24,13 +24,13 @@ #endif