tag 667362 patch
thanks

Matthias Klose <[email protected]> (03/04/2012):
> Package: rubberband
> Version: 1.3-1.2
> Severity: important
> Tags: sid wheezy
> User: [email protected]
> Usertags: ftbfs-gcc-4.7

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

Mraw,
KiBi.
diff -u rubberband-1.3/debian/changelog rubberband-1.3/debian/changelog
--- rubberband-1.3/debian/changelog
+++ rubberband-1.3/debian/changelog
@@ -1,3 +1,11 @@
+rubberband (1.3-1.3) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> include
+    (Closes: #667362).
+
+ -- Cyril Brulebois <[email protected]>  Thu, 05 Apr 2012 08:55:51 +0000
+
 rubberband (1.3-1.2) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- rubberband-1.3.orig/src/main.cpp
+++ rubberband-1.3/src/main.cpp
@@ -20,6 +20,7 @@
 #include <time.h>
 #include <cstdlib>
 #include <cstring>
+#include <unistd.h>
 #include "sysutils.h"
 
 #ifdef __MSVC__

Attachment: signature.asc
Description: Digital signature

Reply via email to