summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-12-27 18:13:05 +0100
committerConrad Kostecki <conikost@gentoo.org>2023-01-01 19:16:23 +0100
commitdd556a89291ce48b6aec783b365a856ad4d92637 (patch)
tree0d053e99de12605eab10b7ac15a5b8c94aa7bf32
parentnet-misc/openssh: remove unused patches (diff)
downloadgentoo-dd556a89.tar.gz
gentoo-dd556a89.tar.bz2
gentoo-dd556a89.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>
-rw-r--r--net-wireless/bluez/files/bluez-5.63-musl-limits.patch24
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
-