commit:     a99db4ee45511923aa8c88e96db6c3e9c56b6e45
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Feb  9 08:55:49 2025 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 22:16:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a99db4ee

net-im/toxic: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../files/toxic-0.11.3-NAME_MAX-and-PATH_MAX.patch | 39 ----------------------
 1 file changed, 39 deletions(-)

diff --git a/net-im/toxic/files/toxic-0.11.3-NAME_MAX-and-PATH_MAX.patch 
b/net-im/toxic/files/toxic-0.11.3-NAME_MAX-and-PATH_MAX.patch
deleted file mode 100644
index 2101b64e3d9f..000000000000
--- a/net-im/toxic/files/toxic-0.11.3-NAME_MAX-and-PATH_MAX.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff -ruN src/autocomplete.c src/autocomplete.c
---- src/autocomplete.c
-+++ src/autocomplete.c
-@@ -29,6 +29,7 @@
- #include <sys/dir.h>
- #else
- #include <dirent.h>
-+#include <linux/limits.h>
- #endif /* __APPLE__ */
- 
- #include "configdir.h"
-diff -ruN src/file_transfers.h src/file_transfers.h
---- src/file_transfers.h
-+++ src/file_transfers.h
-@@ -25,6 +25,10 @@
- 
- #include <limits.h>
- 
-+#ifdef __linux__
-+#include <linux/limits.h>
-+#endif
-+
- #include "notify.h"
- #include "toxic.h"
- #include "windows.h"
-diff -ruN src/settings.h src/settings.h
---- src/settings.h
-+++ src/settings.h
-@@ -25,6 +25,10 @@
- 
- #include <limits.h>
- 
-+#ifdef __linux__
-+#include <linux/limits.h>
-+#endif
-+
- #include <tox/tox.h>
- 
- /* Represents line_* hints max strlen */

Reply via email to