From 8da649366067ac577af2d63ac2960e4ccf88191d Mon Sep 17 00:00:00 2001 From: yopito Date: Fri, 24 Feb 2017 07:43:28 +0100 Subject: [PATCH] blueman: remove uneeded patch between musl and linux/*.h files --- srcpkgs/blueman/patches/musl.patch | 7 +------ srcpkgs/blueman/template | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/blueman/patches/musl.patch b/srcpkgs/blueman/patches/musl.patch index 3ea89409d30..ba37b10dab5 100644 --- a/srcpkgs/blueman/patches/musl.patch +++ b/srcpkgs/blueman/patches/musl.patch @@ -1,6 +1,6 @@ --- module/libblueman.c.orig 2016-03-27 09:13:07.203123088 +0200 +++ module/libblueman.c 2016-03-27 09:13:19.497969382 +0200 -@@ -28,8 +28,13 @@ +@@ -28,6 +28,7 @@ #include #include #include @@ -8,11 +8,6 @@ #include #include #include -+#if defined(__GLIBC__) - #include -+#else -+#define BRCTL_SET_BRIDGE_FORWARD_DELAY 8 -+#endif --- 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 diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template index da12e72ecfd..8597c0117cb 100644 --- a/srcpkgs/blueman/template +++ b/srcpkgs/blueman/template @@ -1,7 +1,7 @@ # Template file for 'blueman' pkgname=blueman version=2.0.4 -revision=3 +revision=4 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="intltool pkg-config python-Cython"