lv2: unbreak musl

This commit is contained in:
Jürgen Buchmüller 2015-10-09 17:22:40 +02:00
parent d91645fe5c
commit 0523034c2b
2 changed files with 13 additions and 1 deletions

View 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

View File

@ -1,7 +1,7 @@
# Template file for 'lv2' # Template file for 'lv2'
pkgname=lv2 pkgname=lv2
version=1.10.0 version=1.10.0
revision=2 revision=3
lib32disabled=yes lib32disabled=yes
build_style=waf build_style=waf
homepage="http://lv2plug.in" homepage="http://lv2plug.in"