aports/testing/ttfautohint/musl-compat.patch
2024-05-06 10:50:11 +00:00

15 lines
459 B
Diff

Patch-Source: https://github.com/void-linux/void-packages/blob/635e02124f328366b150e94e4335427189722226/srcpkgs/ttfautohint/patches/musl_bool.patch
--- a/lib/llrb.h 2018-01-13 08:59:09.826617752 -0800
+++ b/lib/llrb.h 2018-01-13 09:19:04.165564680 -0800
@@ -52,6 +52,11 @@
#ifndef LLRB_H
#define LLRB_H
+#ifndef _Bool
+#include <stdbool.h>
+#define _Bool bool
+#endif
+
#define LLRB_VENDOR "william@25thandClement.com"
#define LLRB_VERSION 0x20130925