]> git.pld-linux.org Git - packages/tellico.git/commitdiff
- no longer needed
authorZsolt Udvari <uzsolt@pld-linux.org>
Sun, 30 May 2010 11:39:13 +0000 (11:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc44.patch -> 1.2
    tellico-u64.patch -> 1.3

gcc44.patch [deleted file]
tellico-u64.patch [deleted file]

diff --git a/gcc44.patch b/gcc44.patch
deleted file mode 100644 (file)
index 2360466..0000000
+++ /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<pi_char_t*>
-+        const pi_char_t* null_ptr = reinterpret_cast<const pi_char_t*>
-             (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 (file)
index c461d1f..0000000
+++ /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 <staikos@kde.org>
-+ */
-+#ifdef __STRICT_ANSI__
-+#undef __STRICT_ANSI__
-+#define FOO__STRICT_ANSI__
-+#endif
-+#include <asm/types.h>
-+#ifdef FOO__STRICT_ANSI__
-+#define __STRICT_ANSI__ 1
-+#undef FOO__STRICT_ANSI__
-+#endif
-+
- //#include <linux/videodev2.h>
- #include <linux/videodev.h>
This page took 0.032968 seconds and 4 git commands to generate.