diff --git a/srcpkgs/lv2/patches/musl-stdint.patch b/srcpkgs/lv2/patches/musl-stdint.patch new file mode 100644 index 00000000000..cb00bd59467 --- /dev/null +++ b/srcpkgs/lv2/patches/musl-stdint.patch @@ -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 + #include + #include ++#include + #ifndef __cplusplus + # include + #endif diff --git a/srcpkgs/lv2/template b/srcpkgs/lv2/template index a9a29fa5870..8cee8b237c3 100644 --- a/srcpkgs/lv2/template +++ b/srcpkgs/lv2/template @@ -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"