Package: darkice
Version: 0.20.1-1
Severity: serious
Tags: patch
Justification: FTBFS

Hi,

your package FTBFS. Right now, that only happened on kfreebsd-*, but it
might be due to my having updated the chroots very quickly from a
toolchain point of view, after the switch to gcc-4.4 by default. I'm
attaching a patch to fix this FTBFS.

Build logs at the usual place:
  https://buildd.debian.org/status/package.php?suite=unstable&p=darkice

Mraw,
KiBi.
--- a/src/SerialUlaw.cpp
+++ b/src/SerialUlaw.cpp
@@ -88,6 +88,10 @@
 #error need termios.h
 #endif
 
+#ifdef HAVE_STDIO_H
+#include <stdio.h>
+#endif
+
 
 #include "Util.h"
 #include "Exception.h"
--- a/src/JackDspSource.cpp
+++ b/src/JackDspSource.cpp
@@ -76,6 +76,10 @@
 #error need limits.h
 #endif
 
+#ifdef HAVE_STDIO_H
+#include <stdio.h>
+#endif
+
 #include <climits>
 
 #include "Util.h"

Reply via email to