Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/tucnak/files/
Date: Tue, 14 Mar 2023 23:01:54
Message-Id: 1678834839.9ae5589c57c079c2e139f8573248ee260c406c58.conikost@gentoo
1 commit: 9ae5589c57c079c2e139f8573248ee260c406c58
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Wed Mar 8 18:15:51 2023 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 14 23:00:39 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae5589c
7
8 media-radio/tucnak: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Closes: https://github.com/gentoo/gentoo/pull/30001
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 media-radio/tucnak/files/tucnak-4.37-configure.patch | 14 --------------
15 1 file changed, 14 deletions(-)
16
17 diff --git a/media-radio/tucnak/files/tucnak-4.37-configure.patch b/media-radio/tucnak/files/tucnak-4.37-configure.patch
18 deleted file mode 100644
19 index 531f25ad7ca6..000000000000
20 --- a/media-radio/tucnak/files/tucnak-4.37-configure.patch
21 +++ /dev/null
22 @@ -1,14 +0,0 @@
23 -diff --git a/configure.ac b/configure.ac
24 -index 9266d41..35c2455 100644
25 ---- a/configure.ac
26 -+++ b/configure.ac
27 -@@ -97,6 +97,9 @@ if test "$cross_compiling" = yes; then
28 - else
29 - AC_TRY_RUN([
30 - #include <features.h>
31 -+#ifdef __GLIBC__
32 -+#include <gnu/libc-version.h>
33 -+#endif
34 - #include <stdio.h>
35 - #ifdef __CYGWIN__
36 - #include <cygwin/version.h>