diff options
author | 2020-12-21 17:05:36 +0100 | |
---|---|---|
committer | 2020-12-21 18:15:03 +0000 | |
commit | a85ea0f42c2f7d7d5f4e80478092b864ce14d64a (patch) | |
tree | c8b2034ebb0804c19caa58853fc69d5317a60fc8 /net-irc | |
parent | mail-filter/postgrey: remove unused patch (diff) | |
download | gentoo-a85ea0f42c2f7d7d5f4e80478092b864ce14d64a.tar.gz gentoo-a85ea0f42c2f7d7d5f4e80478092b864ce14d64a.tar.bz2 gentoo-a85ea0f42c2f7d7d5f4e80478092b864ce14d64a.zip |
net-irc/anope: remove unused patch
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/anope/files/anope-2.0.7-musl-libintl.patch | 22 |
1 files changed, 0 insertions, 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 f14e494e0c18..000000000000 --- 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 - |