gavl: unbreak musl
This commit is contained in:
parent
9a8bf4507f
commit
0a15f1be40
2 changed files with 12 additions and 1 deletions
11
srcpkgs/gavl/patches/musl-sched_h.patch
Normal file
11
srcpkgs/gavl/patches/musl-sched_h.patch
Normal 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 */
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue