diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-10-14 06:34:32 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-10-14 06:34:36 +0000 |
commit | 48a358e409e0382ae2ce645f096468e8edcdab8a (patch) | |
tree | 7cb6ea83a5fff4814dbbbf7f77d3116ff25c7aa4 /community/mumudvb/musl-error-h.patch | |
parent | 2814025d57cdf8cbd676242f64190823174e13d1 (diff) | |
download | aports-48a358e409e0382ae2ce645f096468e8edcdab8a.tar.bz2 aports-48a358e409e0382ae2ce645f096468e8edcdab8a.tar.xz |
community/mumudvb: moved from testing
Diffstat (limited to 'community/mumudvb/musl-error-h.patch')
-rw-r--r-- | community/mumudvb/musl-error-h.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/mumudvb/musl-error-h.patch b/community/mumudvb/musl-error-h.patch new file mode 100644 index 0000000000..968afc0994 --- /dev/null +++ b/community/mumudvb/musl-error-h.patch @@ -0,0 +1,12 @@ +diff --git a/src/tune.c b/src/tune.c +index c536811..52afd3d 100644 +--- a/src/tune.c ++++ b/src/tune.c +@@ -41,7 +41,6 @@ + #ifdef ANDROID + #include <err.h> + #else +-#include <error.h> + #endif + #include <errno.h> + #include <string.h> |