diff options
Diffstat (limited to 'recipes/sidplayer/sidplayer-1.5.0/gcc34.patch')
-rw-r--r-- | recipes/sidplayer/sidplayer-1.5.0/gcc34.patch | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/recipes/sidplayer/sidplayer-1.5.0/gcc34.patch b/recipes/sidplayer/sidplayer-1.5.0/gcc34.patch new file mode 100644 index 0000000000..00598a103c --- /dev/null +++ b/recipes/sidplayer/sidplayer-1.5.0/gcc34.patch @@ -0,0 +1,40 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- sidplayer/sidplayer.h~gcc34.patch 2004-05-16 20:54:24.000000000 +0200 ++++ sidplayer/sidplayer.h 2004-05-16 20:54:24.000000000 +0200 +@@ -36,7 +36,7 @@ + + #define SHUTDOWN_TIMER_TIMEOUT 10 // 2 would probably be also long enough + +- ++static bool evenFlag = 0; + extern bool sidEmuFastForwardReplay( int ); + + +--- sidplayer/sidplayer_list.cpp~gcc34.patch 2004-05-16 20:54:24.000000000 +0200 ++++ sidplayer/sidplayer_list.cpp 2004-05-16 20:55:40.000000000 +0200 +@@ -23,9 +23,6 @@ + #include <qpe/config.h> + + +-static bool evenFlag; // This global flag is used to toggle between even and odd list entries +- // when generating list items (i.e. when populating a list). +- + PlaylistItem::PlaylistItem( QListView *parent, QListViewItem *after, const QFileInfo &fi, + const QString &name, + const QString &author, +--- sidplayer/sidplayer_file.cpp~gcc34.patch 2004-05-16 20:54:24.000000000 +0200 ++++ sidplayer/sidplayer_file.cpp 2004-05-16 20:56:01.000000000 +0200 +@@ -24,9 +24,6 @@ + #endif + + +-static bool evenFlag; // This global flag is used to toggle between even and odd list entries +- // when generating list items (i.e. when populating a list). +- + FileItem::FileItem( QListView *parent, const QFileInfo &fi, int type ) + : ItemBase( parent ), + fileInfo( fi ) |