yate: turn miniwebrtc error into warning 264/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Mon, 5 Feb 2018 20:21:16 +0000 (21:21 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Mon, 5 Feb 2018 20:24:49 +0000 (21:24 +0100)
commit489adca0dbea894920b36a5e6e0400f563a87ae0
treea182f933383dd49c9a295cedf218c5b05c7036d0
parent6b6e7a9d5d6ad40ea081e6417da441463d1172e7
yate: turn miniwebrtc error into warning

ilbcwebrtc and isaccodec currently depend on @!arc because the code does
not compile there. The code does not compile on aarch64 either.

Instead of adding @!aarch64 this commit adds a patch copied from Debian
that turns the error "Please add support for your architecture in
typedefs.h" into a warning, allowing the code to build.

Consequently this commit removes @!arc from the depends as well.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/yate/Makefile
net/yate/patches/140-warning-unknown-architecture.patch [new file with mode: 0644]