package/mpv: fixup fix build on powerpc64 w/ altivec
authorSam bobroff <sam.bobroff@au1.ibm.com>
Sun, 18 Dec 2016 23:31:17 +0000 (10:31 +1100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 19 Feb 2017 21:44:30 +0000 (22:44 +0100)
commit49ca0b9ce9a2110c0a68089a28b9bf61318cc2ac
tree1837c34e319a36ca20a32570a0e32a7baf85fce5
parent0d81107f021bf2a663f102bace1e3f9590641170
package/mpv: fixup fix build on powerpc64 w/ altivec

The initial fix for this issue, re-including stdbool.h, is not
working.

Instead, fix using the method used for other packages with a similar
problem: add -std=gnu99, which prevents bool from being redefined and
removes the need for any source code change.

Fixes: 64904f0f6d691cfea5ae1c8f58e2d61aac0684c2
Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mpv/0002-Fix-build-on-powerpc64-altivec.patch [deleted file]
package/mpv/0002-fix-powerpc64-altivec.patch [new file with mode: 0644]