aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex R <lyssdod@gmail.com>2021-11-22 04:13:39 +0100
committerJory Pratt <anarchy@gentoo.org>2022-03-31 09:11:34 -0500
commit2fa041a59711de775aeff1d3fa805a00cb099ebd (patch)
treef359b200ee0c4deafff70faddb7f785b24472bc0
parentmedia-libs/mesa: sync with ::gentoo (diff)
downloadmusl-2fa041a5.tar.gz
musl-2fa041a5.tar.bz2
musl-2fa041a5.zip
sys-boot/syslinux: fix patch for musl
Closes: https://github.com/gentoo/musl/pull/457 Signed-off-by: Alex Revin <lyssdod@gmail.com> Signed-off-by: Jory Pratt <anarchy@gentoo.org>
-rw-r--r--sys-boot/syslinux/files/syslinux-musl.patch6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-boot/syslinux/files/syslinux-musl.patch b/sys-boot/syslinux/files/syslinux-musl.patch
index ba89d3b7..a707bd7a 100644
--- a/sys-boot/syslinux/files/syslinux-musl.patch
+++ b/sys-boot/syslinux/files/syslinux-musl.patch
@@ -1,9 +1,11 @@
--- syslinux-6.04-pre1/efi/wrapper.h.orig 2018-05-28 09:29:03.313673979 +0000
+++ syslinux-6.04-pre1/efi/wrapper.h 2018-05-28 09:22:27.546908344 +0000
-@@ -26,6 +26,19 @@
+@@ -26,6 +26,21 @@
#define __packed __attribute__((packed))
#define OFFSETOF(t,m) ((size_t)&((t *)0)->m)
-
+
++#include <stdint.h>
++
+#ifndef __uint8_t
+#define __uint8_t uint8_t
+#endif