Package: snes9express
Version: 1.42-6
Severity: serious
Tags: patch
Justification: FTBFS

Hi,

your package FTBFSes with gcc/g++ 4.3, which is now the default compiler
on a bunch of arches. Please find attached a patch to fix this.

Cheers,

-- 
Cyril Brulebois
--- a/frend.cc
+++ b/frend.cc
@@ -23,6 +23,7 @@
 #include <climits>
 #include <sstream>
 #include <errno.h>
+#include <cstring>
 
 const char*fr_AppName;
 GtkTooltips *fr_Tooltips;
--- a/misc.cc
+++ b/misc.cc
@@ -22,6 +22,7 @@
 #include "defines.h"
 #include "frend.h"
 #include "misc.h"
+#include <cstring>
 
 
 s9x_OptionManager::s9x_OptionManager()
--- a/s9xskin.cc
+++ b/s9xskin.cc
@@ -25,6 +25,7 @@
 #include <string>
 #include <list>
 #include "frend.h"
+#include <cstring>
 
 const char *headstart = "snes9express skin\x09";
 const char *headfinish = "\x0A\x04\x0D\x1A";
--- a/skins.cc
+++ b/skins.cc
@@ -25,6 +25,7 @@
 #include "frend.h"
 #include "interface.h"
 #include "skins.h"
+#include <cstring>
 
 s9x_SkinSelector::s9x_SkinSelector(fr_Element*parent):
 #ifdef S9X_SKINABLE

Reply via email to