From: Zsolt Udvari Date: Sun, 30 May 2010 11:39:13 +0000 (+0000) Subject: - no longer needed X-Git-Tag: auto/th/tellico-2_3_2-1~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ftellico.git;a=commitdiff_plain;h=55037c198572e370b6a7a923767bd3d5bab4db8a - no longer needed Changed files: gcc44.patch -> 1.2 tellico-u64.patch -> 1.3 --- diff --git a/gcc44.patch b/gcc44.patch deleted file mode 100644 index 2360466..0000000 --- a/gcc44.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- tellico-1.3.5/src/translators/pilotdb/libflatfile/DB.cpp~ 2009-11-03 16:11:57.000000000 +0200 -+++ tellico-1.3.5/src/translators/pilotdb/libflatfile/DB.cpp 2009-11-03 16:12:07.794304369 +0200 -@@ -242,7 +242,7 @@ - kdDebug() << "list view is corrupt" << endl; - } - // Determine the length of the name string. -- pi_char_t* null_ptr = reinterpret_cast -+ const pi_char_t* null_ptr = reinterpret_cast - (memchr(chunk.data() + 4, 0, 32)); - if (null_ptr) - lv.name = std::string((char *) (chunk.data() + 4), diff --git a/tellico-u64.patch b/tellico-u64.patch deleted file mode 100644 index c461d1f..0000000 --- a/tellico-u64.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- tellico-1.3pre3_orig/src/barcode/barcode_v4l.h 2008-01-12 -06:55:14.000000000 +0100 -+++ barcode_v4l.h 2008-01-15 10:43:50.000000000 +0100 -@@ -17,6 +17,19 @@ - #define GETELEM(array,index,default) \ - (index < sizeof(array)/sizeof(array[0]) ? array[index] : default) - -+/* -+ * Taken from xawtv-3.5.9 source 8/15/01 by George Staikos -+ */ -+#ifdef __STRICT_ANSI__ -+#undef __STRICT_ANSI__ -+#define FOO__STRICT_ANSI__ -+#endif -+#include -+#ifdef FOO__STRICT_ANSI__ -+#define __STRICT_ANSI__ 1 -+#undef FOO__STRICT_ANSI__ -+#endif -+ - //#include - #include