commit:     a85ea0f42c2f7d7d5f4e80478092b864ce14d64a
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Dec 21 16:05:36 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 21 18:15:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85ea0f4

net-irc/anope: remove unused patch

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/anope/files/anope-2.0.7-musl-libintl.patch | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/net-irc/anope/files/anope-2.0.7-musl-libintl.patch 
b/net-irc/anope/files/anope-2.0.7-musl-libintl.patch
deleted file mode 100644
index f14e494e0c1..00000000000
--- a/net-irc/anope/files/anope-2.0.7-musl-libintl.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/src/language.cpp b/src/language.cpp
-index 1915378..c1eeea5 100644
---- a/src/language.cpp
-+++ b/src/language.cpp
-@@ -75,7 +75,7 @@ const char *Language::Translate(const NickCore *nc, const 
char *string)
- 
- #if GETTEXT_FOUND
- 
--#ifdef __USE_GNU_GETTEXT
-+#if defined(__GLIBC__)
- extern "C" int _nl_msg_cat_cntr;
- #endif
- 
-@@ -87,7 +87,7 @@ const char *Language::Translate(const char *lang, const char 
*string)
-       if (!lang || !*lang)
-               lang = Config->DefLanguage.c_str();
- 
--#ifdef __USE_GNU_GETTEXT
-+#if defined(__GLIBC__)
-       ++_nl_msg_cat_cntr;
- #endif
- 

Reply via email to