tags 672074 + patch
thanks

diff -u libgwenhywfar-4.3.1/debian/changelog 
libgwenhywfar-4.3.1/debian/changelog
--- libgwenhywfar-4.3.1/debian/changelog
+++ libgwenhywfar-4.3.1/debian/changelog
@@ -1,3 +1,10 @@
+libgwenhywfar (4.3.1-1.1) unstable; urgency=low
+
+  * Non maintainer upload
+  * Fix build failure with GCC 4.7. Closes: #672074.
+
+ -- Matthias Klose <d...@debian.org>  Tue, 08 May 2012 23:33:25 +0000
+
 libgwenhywfar (4.3.1-1) unstable; urgency=low
 
   * New upstream release
only in patch2:
unchanged:
--- libgwenhywfar-4.3.1.orig/gui/qt4/libtest.cpp
+++ libgwenhywfar-4.3.1/gui/qt4/libtest.cpp
@@ -10,6 +10,7 @@
 #include <gwenhywfar/debug.h>
 
 #include <qapplication.h>
+#include <unistd.h>
 
 
 int test1(int argc, char **argv) {
only in patch2:
unchanged:
--- libgwenhywfar-4.3.1.orig/gui/fox16/libtest.cpp
+++ libgwenhywfar-4.3.1/gui/fox16/libtest.cpp
@@ -8,6 +8,7 @@
 # define sleep(x) Sleep(x)
 #endif
 
+#include <unistd.h>
 
 #undef BUILDING_FOX16_GUI
 

Reply via email to