mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
blueman: remove uneeded patch between musl and linux/*.h files
This commit is contained in:
parent
6ee0525dbf
commit
8da6493660
2 changed files with 2 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
--- module/libblueman.c.orig 2016-03-27 09:13:07.203123088 +0200
|
--- module/libblueman.c.orig 2016-03-27 09:13:07.203123088 +0200
|
||||||
+++ module/libblueman.c 2016-03-27 09:13:19.497969382 +0200
|
+++ module/libblueman.c 2016-03-27 09:13:19.497969382 +0200
|
||||||
@@ -28,8 +28,13 @@
|
@@ -28,6 +28,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
@ -8,11 +8,6 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <linux/sockios.h>
|
#include <linux/sockios.h>
|
||||||
#include <linux/if.h>
|
#include <linux/if.h>
|
||||||
+#if defined(__GLIBC__)
|
|
||||||
#include <linux/if_bridge.h>
|
|
||||||
+#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.orig 2016-03-27 09:19:20.635454542 +0200
|
||||||
+++ module/modem-prober.c 2016-03-27 09:19:28.550355592 +0200
|
+++ module/modem-prober.c 2016-03-27 09:19:28.550355592 +0200
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'blueman'
|
# Template file for 'blueman'
|
||||||
pkgname=blueman
|
pkgname=blueman
|
||||||
version=2.0.4
|
version=2.0.4
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="intltool pkg-config python-Cython"
|
hostmakedepends="intltool pkg-config python-Cython"
|
||||||
|
|
Loading…
Add table
Reference in a new issue