mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 02:23:51 +02:00
alsa-plugins: portability patch for musl.
This commit is contained in:
parent
e498d72e1e
commit
9006870855
2 changed files with 11 additions and 1 deletions
10
srcpkgs/alsa-plugins/patches/musl.patch
Normal file
10
srcpkgs/alsa-plugins/patches/musl.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- arcam-av/arcam_av.c.orig 2015-05-13 18:42:27.594373337 +0200
|
||||||
|
+++ arcam-av/arcam_av.c 2015-05-13 18:42:38.945502875 +0200
|
||||||
|
@@ -31,6 +31,7 @@
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
|
#include <sys/ipc.h>
|
||||||
|
+#include <sys/select.h>
|
||||||
|
#include <sys/shm.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
|
#include <sys/stat.h>
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'alsa-plugins'.
|
# Template build file for 'alsa-plugins'.
|
||||||
pkgname=alsa-plugins
|
pkgname=alsa-plugins
|
||||||
version=1.0.29
|
version=1.0.29
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-maemo-plugin"
|
configure_args="--disable-maemo-plugin"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
|
Loading…
Add table
Reference in a new issue