summaryrefslogtreecommitdiff
path: root/sci-chemistry/easychem/files/easychem-0.6-clang16-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/easychem/files/easychem-0.6-clang16-fix.patch')
-rw-r--r--sci-chemistry/easychem/files/easychem-0.6-clang16-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-chemistry/easychem/files/easychem-0.6-clang16-fix.patch b/sci-chemistry/easychem/files/easychem-0.6-clang16-fix.patch
new file mode 100644
index 000000000000..a8a82f64de24
--- /dev/null
+++ b/sci-chemistry/easychem/files/easychem-0.6-clang16-fix.patch
@@ -0,0 +1,11 @@
+Bug: https://bugs.gentoo.org/886085
+--- a/easychem.c
++++ b/easychem.c
+@@ -34,6 +34,7 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <locale.h>
++#include <libintl.h>
+ #include <math.h>
+ #include <errno.h>
+ #include <gtk/gtk.h>