diff --git a/srcpkgs/blueman/patches/musl.patch b/srcpkgs/blueman/patches/musl.patch new file mode 100644 index 00000000000..8cffb20aeba --- /dev/null +++ b/srcpkgs/blueman/patches/musl.patch @@ -0,0 +1,23 @@ +--- module/libblueman.c.orig 2016-03-27 09:13:07.203123088 +0200 ++++ module/libblueman.c 2016-03-27 09:13:19.497969382 +0200 +@@ -28,6 +28,7 @@ + #include + #include + #include ++#include + #include + #include + #include +--- module/modem-prober.c.orig 2016-03-27 09:19:20.635454542 +0200 ++++ module/modem-prober.c 2016-03-27 09:19:28.550355592 +0200 +@@ -38,6 +38,10 @@ + #define PyString_FromString PyUnicode_FromString + #endif + ++#ifndef XCASE ++# define XCASE 4 ++#endif ++ + static gboolean verbose = FALSE; + + void set_probe_debug(gboolean debug) { diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template index 567ef8cb9b8..548458cde2c 100644 --- a/srcpkgs/blueman/template +++ b/srcpkgs/blueman/template @@ -1,7 +1,7 @@ # Template file for 'blueman' pkgname=blueman version=2.0.4 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="intltool pkg-config python-Cython"