summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-08-02 23:16:42 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-08-02 23:18:42 +0200
commita7f22f13b174fa12cf4ed87db73d9ce9a9b08b86 (patch)
tree0155994de348556a301b629b30d238ab303fb78f /dev-lang/eisl/files
parentsys-libs/glibc: version bump 2.36, no keywords (diff)
downloadgentoo-a7f22f13b174fa12cf4ed87db73d9ce9a9b08b86.tar.gz
gentoo-a7f22f13b174fa12cf4ed87db73d9ce9a9b08b86.tar.bz2
gentoo-a7f22f13b174fa12cf4ed87db73d9ce9a9b08b86.zip
dev-lang/eisl: fix musl build - remove cdefs
Closes: https://bugs.gentoo.org/862963 Bug: https://github.com/sasagawa888/eisl/pull/186 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang/eisl/files')
-rw-r--r--dev-lang/eisl/files/eisl-2.50-compat-no-cdefs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-lang/eisl/files/eisl-2.50-compat-no-cdefs.patch b/dev-lang/eisl/files/eisl-2.50-compat-no-cdefs.patch
new file mode 100644
index 000000000000..d4cb1f6f2bf4
--- /dev/null
+++ b/dev-lang/eisl/files/eisl-2.50-compat-no-cdefs.patch
@@ -0,0 +1,11 @@
+--- a/compat/cdefs.h
++++ b/compat/cdefs.h
+@@ -3,8 +3,6 @@
+ #ifndef COMPAT_CDEFS_H
+ #define COMPAT_CDEFS_H
+
+-#include <sys/cdefs.h>
+-
+ #ifndef __dead
+ #define __dead \
+ __attribute__((__noreturn__))