From 0523034c2b6c96cba81307e9d3d0437a8f75cd1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 9 Oct 2015 17:22:40 +0200 Subject: [PATCH] lv2: unbreak musl --- srcpkgs/lv2/patches/musl-stdint.patch | 12 ++++++++++++ srcpkgs/lv2/template | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/lv2/patches/musl-stdint.patch 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"