diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-12-27 18:13:05 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-01-01 19:16:23 +0100 |
commit | dd556a89291ce48b6aec783b365a856ad4d92637 (patch) | |
tree | 0d053e99de12605eab10b7ac15a5b8c94aa7bf32 /net-wireless | |
parent | net-misc/openssh: remove unused patches (diff) | |
download | gentoo-dd556a89291ce48b6aec783b365a856ad4d92637.tar.gz gentoo-dd556a89291ce48b6aec783b365a856ad4d92637.tar.bz2 gentoo-dd556a89291ce48b6aec783b365a856ad4d92637.zip |
net-wireless/bluez: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/28854
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/bluez/files/bluez-5.63-musl-limits.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net-wireless/bluez/files/bluez-5.63-musl-limits.patch b/net-wireless/bluez/files/bluez-5.63-musl-limits.patch deleted file mode 100644 index ebdffc3270b4..000000000000 --- a/net-wireless/bluez/files/bluez-5.63-musl-limits.patch +++ /dev/null @@ -1,24 +0,0 @@ -From e5dcac6abd6129829c4983d6635916cee8f1a627 Mon Sep 17 00:00:00 2001 -From: Jory Pratt <anarchy@gentoo.org> -Date: Sun, 12 Sep 2021 09:46:11 -0500 -Subject: [PATCH] include limits.h for PATH_MAX for musl support - ---- - tools/mesh-cfgtest.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/tools/mesh-cfgtest.c b/tools/mesh-cfgtest.c -index fa0474f..bfc8e1b 100644 ---- a/tools/mesh-cfgtest.c -+++ b/tools/mesh-cfgtest.c -@@ -26,6 +26,7 @@ - #include <time.h> - #include <unistd.h> - #include <sys/stat.h> -+#include <limits.h> - - #include <ell/ell.h> - --- -2.32.0 - |