tag 667366 patch
thanks

Matthias Klose <d...@debian.org> (03/04/2012):
> Package: scim-hangul
> Version: 0.3.2-1
> Severity: important
> Tags: sid wheezy
> User: debian-...@lists.debian.org
> Usertags: ftbfs-gcc-4.7

Here's a patch to fix this FTBFS. No intent to NMU.

Mraw,
KiBi.
diff -u scim-hangul-0.3.2/debian/changelog scim-hangul-0.3.2/debian/changelog
--- scim-hangul-0.3.2/debian/changelog
+++ scim-hangul-0.3.2/debian/changelog
@@ -1,3 +1,11 @@
+scim-hangul (0.3.2-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> include
+    (Closes: #667366).
+
+ -- Cyril Brulebois <k...@debian.org>  Thu, 05 Apr 2012 08:33:20 +0000
+
 scim-hangul (0.3.2-1) unstable; urgency=low
 
   * New upstream version.  (Closes: #462720)
only in patch2:
unchanged:
--- scim-hangul-0.3.2.orig/src/scim_hangul_imengine.cpp
+++ scim-hangul-0.3.2/src/scim_hangul_imengine.cpp
@@ -33,6 +33,8 @@
   #include <config.h>
 #endif
 
+#include <unistd.h>
+
 #include <scim.h>
 #include "scim_hangul_imengine.h"
 

Attachment: signature.asc
Description: Digital signature

Reply via email to