tag 441585 patch thanks Matthias Klose <[EMAIL PROTECTED]> (10/09/2007): > Package: scim-anthy > Version: 1.2.4-1 > Severity: important
Please find attached a patch to fix this FTBFS. Cheers, -- Cyril Brulebois
--- a/src/scim_anthy_kana.cpp
+++ b/src/scim_anthy_kana.cpp
@@ -23,6 +23,8 @@
#include "scim_anthy_default_tables.h"
#include "scim_anthy_utils.h"
+#include <cstring>
+
using namespace scim_anthy;
static bool
--- a/src/scim_anthy_preedit.cpp
+++ b/src/scim_anthy_preedit.cpp
@@ -26,6 +26,8 @@
#include "scim_anthy_preedit.h"
#include "scim_anthy_utils.h"
+#include <cstring>
+
using namespace scim_anthy;
static ConvRule *get_period_rule (TypingMethod method,
--- a/src/scim_anthy_utils.cpp
+++ b/src/scim_anthy_utils.cpp
@@ -24,6 +24,8 @@
#include "scim_anthy_utils.h"
#include "scim_anthy_default_tables.h"
+#include <cstring>
+
namespace scim_anthy {
bool
--- a/src/scim_anthy_prefs.cpp
+++ b/src/scim_anthy_prefs.cpp
@@ -23,6 +23,8 @@
#include "scim_anthy_prefs.h"
#include "scim_anthy_intl.h"
+#include <cstring>
+
namespace scim_anthy {
BoolConfigData config_bool_common [] =
--- a/src/scim_anthy_setup.cpp
+++ b/src/scim_anthy_setup.cpp
@@ -45,6 +45,8 @@
#include "scim_anthy_utils.h"
#include "scim_anthy_color_button.h"
+#include <cstring>
+
using namespace scim;
using namespace scim_anthy;
signature.asc
Description: Digital signature

