package scim-hangul
tags 441591 + pending
thanks

On Tue, Oct 02, 2007 at 11:56:45AM -0500, Ming Hua wrote:
> 
> Reproduced in 0.3.1-1.  The fix is trivial and I'll send a patch soon.

Attached.

Ming
2007.10.05
#! /bin/sh /usr/share/dpatch/dpatch-run
## 10_missing-header.dpatch by Ming Hua <[EMAIL PROTECTED]>
##
## All lines beginning with `## DP:' are a description of the patch.
##
## DP: Adding missing header inclusions to fix FTBFS with GCC 4.3.

@DPATCH@
diff -urNad scim-hangul-0.3.1~/src/scim_hangul_imengine.cpp 
scim-hangul-0.3.1/src/scim_hangul_imengine.cpp
--- scim-hangul-0.3.1~/src/scim_hangul_imengine.cpp     2007-01-06 
08:00:57.000000000 -0600
+++ scim-hangul-0.3.1/src/scim_hangul_imengine.cpp      2007-10-02 
11:29:06.000000000 -0500
@@ -28,6 +28,7 @@
 #define Uses_SCIM_IMENGINE
 #define Uses_SCIM_LOOKUP_TABLE
 #define Uses_SCIM_CONFIG_BASE
+#define Uses_C_STRING
 
 #ifdef HAVE_CONFIG_H
   #include <config.h>
diff -urNad scim-hangul-0.3.1~/src/scim_hangul_imengine_setup.cpp 
scim-hangul-0.3.1/src/scim_hangul_imengine_setup.cpp
--- scim-hangul-0.3.1~/src/scim_hangul_imengine_setup.cpp       2006-10-23 
07:42:47.000000000 -0500
+++ scim-hangul-0.3.1/src/scim_hangul_imengine_setup.cpp        2007-10-02 
11:29:06.000000000 -0500
@@ -27,6 +27,7 @@
  */
 
 #define Uses_SCIM_CONFIG_BASE
+#define Uses_C_STRING
 
 #include <gtk/gtk.h>
 

Reply via email to