gavl: unbreak musl

This commit is contained in:
Jürgen Buchmüller 2015-10-03 13:25:59 +02:00
parent 9a8bf4507f
commit 0a15f1be40
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,11 @@
--- src/benchmark.c 2012-06-08 13:49:30.000000000 +0200
+++ src/benchmark.c 2015-10-03 13:23:43.279324001 +0200
@@ -21,6 +21,8 @@
#include <config.h>
+#define _GNU_SOURCE
+#include <sched.h>
#include <gavl.h>
#include <gavldsp.h>
#include <accel.h> /* Private header */

View file

@ -1,7 +1,7 @@
# Template file for 'gavl'
pkgname=gavl
version=1.4.0
revision=1
revision=2
build_style=gnu-configure
nocross="yes"
hostmakedepends="doxygen"