summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-11-04 19:46:09 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-11-04 19:46:46 +0100
commit845701035431683a4130055894d5e7c5250d066d (patch)
treeb942cce2f8392949e02bba0d37d17fd7df86323a /package
parent16f5c651580432afeb4a255595b92a62307fdc3b (diff)
pulseaudio: fix for uClibc-ng builds
Diffstat (limited to 'package')
-rw-r--r--package/pulseaudio/Makefile2
-rw-r--r--package/pulseaudio/patches/patch-src_pulsecore_sample-util_h5
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
+