diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/pulseaudio/Makefile | 2 | ||||
-rw-r--r-- | package/pulseaudio/patches/patch-src_pulsecore_sample-util_h | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/package/pulseaudio/Makefile b/package/pulseaudio/Makefile index 645be21c3..cffe80602 100644 --- a/package/pulseaudio/Makefile +++ b/package/pulseaudio/Makefile @@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= pulseaudio PKG_VERSION:= 7.1 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_HASH:= e667514a28328f92aceea754a224a0150dddfe7e9a71b4c6d31489220153b9d9 PKG_DESCR:= sound system PKG_SECTION:= mm/audio diff --git a/package/pulseaudio/patches/patch-src_pulsecore_sample-util_h b/package/pulseaudio/patches/patch-src_pulsecore_sample-util_h index 15b0996b8..a88e81653 100644 --- a/package/pulseaudio/patches/patch-src_pulsecore_sample-util_h +++ b/package/pulseaudio/patches/patch-src_pulsecore_sample-util_h @@ -1,6 +1,6 @@ --- pulseaudio-7.1.orig/src/pulsecore/sample-util.h 2015-09-10 06:51:41.000000000 +0200 -+++ pulseaudio-7.1/src/pulsecore/sample-util.h 2015-11-01 18:52:13.000000000 +0100 -@@ -24,6 +24,14 @@ ++++ pulseaudio-7.1/src/pulsecore/sample-util.h 2015-11-04 14:44:43.000000000 +0100 +@@ -24,6 +24,15 @@ #include <inttypes.h> #include <limits.h> @@ -9,6 +9,7 @@ +#endif + +#ifdef HAVE_SYS_USER_H ++#include <sys/types.h> +#include <sys/user.h> /* required by _WORDIZE with musl */ +#endif + |