lv2: unbreak musl
This commit is contained in:
parent
d91645fe5c
commit
0523034c2b
2 changed files with 13 additions and 1 deletions
12
srcpkgs/lv2/patches/musl-stdint.patch
Normal file
12
srcpkgs/lv2/patches/musl-stdint.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
Explicitly include stdint.h for the int64_t definition.
|
||||
|
||||
--- plugins/eg-fifths.lv2/fifths.c 2014-02-08 04:03:16.000000000 +0100
|
||||
+++ plugins/eg-fitths.lv2/fifths.c 2015-10-09 17:20:36.198433090 +0200
|
||||
@@ -18,6 +18,7 @@
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
+#include <stdint.h>
|
||||
#ifndef __cplusplus
|
||||
# include <stdbool.h>
|
||||
#endif
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lv2'
|
||||
pkgname=lv2
|
||||
version=1.10.0
|
||||
revision=2
|
||||
revision=3
|
||||
lib32disabled=yes
|
||||
build_style=waf
|
||||
homepage="http://lv2plug.in"
|
||||
|
|
Loading…
Reference in a new issue