summaryrefslogtreecommitdiff
path: root/app-dicts/ydpdict/files/ydpdict-1.0.3-clang16-build-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/ydpdict/files/ydpdict-1.0.3-clang16-build-fix.patch')
-rw-r--r--app-dicts/ydpdict/files/ydpdict-1.0.3-clang16-build-fix.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-dicts/ydpdict/files/ydpdict-1.0.3-clang16-build-fix.patch b/app-dicts/ydpdict/files/ydpdict-1.0.3-clang16-build-fix.patch
deleted file mode 100644
index 46a1956f80c7..000000000000
--- a/app-dicts/ydpdict/files/ydpdict-1.0.3-clang16-build-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Bug: https://bugs.gentoo.org/894364
-Upstream PR: https://github.com/wojtekka/ydpdict/pull/4
---- a/src/ydpdict.c
-+++ b/src/ydpdict.c
-@@ -55,6 +55,7 @@
-
- #ifdef HAVE_LOCALE_H
- #include <locale.h>
-+#include <libintl.h>
- #endif
-
- #ifdef HAVE_LIBAO