[packages] add darkice (closes: #8186, thanks to Artur Wronowski)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28506 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
15
multimedia/darkice/patches/001-upstream_svn_r494.patch
Normal file
15
multimedia/darkice/patches/001-upstream_svn_r494.patch
Normal file
@ -0,0 +1,15 @@
|
||||
--- a/src/SerialUlaw.cpp
|
||||
+++ b/src/SerialUlaw.cpp
|
||||
@@ -40,6 +40,12 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
+#ifdef HAVE_STDIO_H
|
||||
+#include <stdio.h>
|
||||
+#else
|
||||
+#error need stdio.h
|
||||
+#endif
|
||||
+
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#else
|
Reference in New Issue
Block a user