tag 667115 patch
thanks

Matthias Klose <d...@debian.org> (03/04/2012):
> Package: bitstormlite
> Version: 0.2q-2
> Severity: important
> Tags: sid wheezy
> User: debian-...@lists.debian.org
> Usertags: ftbfs-gcc-4.7

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

Mraw,
KiBi.
diff -Nru bitstormlite-0.2q/debian/changelog bitstormlite-0.2q/debian/changelog
--- bitstormlite-0.2q/debian/changelog	2011-12-05 22:00:58.000000000 +0000
+++ bitstormlite-0.2q/debian/changelog	2012-04-04 22:52:42.000000000 +0000
@@ -1,3 +1,11 @@
+bitstormlite (0.2q-2.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> include
+    (Closes: #667115).
+
+ -- Cyril Brulebois <k...@debian.org>  Wed, 04 Apr 2012 22:52:17 +0000
+
 bitstormlite (0.2q-2) unstable; urgency=low
 
   * Moved to Source Format Quilt.
diff -Nru bitstormlite-0.2q/debian/patches/fix_ftbfs_with_gcc_4.7.patch bitstormlite-0.2q/debian/patches/fix_ftbfs_with_gcc_4.7.patch
--- bitstormlite-0.2q/debian/patches/fix_ftbfs_with_gcc_4.7.patch	1970-01-01 00:00:00.000000000 +0000
+++ bitstormlite-0.2q/debian/patches/fix_ftbfs_with_gcc_4.7.patch	2012-04-04 22:51:44.000000000 +0000
@@ -0,0 +1,10 @@
+--- a/src/BitStorm.h
++++ b/src/BitStorm.h
+@@ -30,6 +30,7 @@
+ #include <string>
+ #include <list>
+ #include <map>
++#include <unistd.h>
+  //#include <ext/hash_map>
+  
+  class IBTTask;
diff -Nru bitstormlite-0.2q/debian/patches/series bitstormlite-0.2q/debian/patches/series
--- bitstormlite-0.2q/debian/patches/series	2011-12-05 21:55:21.000000000 +0000
+++ bitstormlite-0.2q/debian/patches/series	2012-04-04 22:51:03.000000000 +0000
@@ -1 +1,2 @@
 ld_as-needed_FTFBS_fix.patch
+fix_ftbfs_with_gcc_4.7.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to