From 59bbab2ee0b61b566bc9c9b2b87950f771f141a4 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 29 Mar 2018 08:49:18 -0300 Subject: [PATCH] yquake2: fix musl build. --- srcpkgs/yquake2/patches/musl.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/srcpkgs/yquake2/patches/musl.patch b/srcpkgs/yquake2/patches/musl.patch index 873aba75662..dce15350442 100644 --- a/srcpkgs/yquake2/patches/musl.patch +++ b/srcpkgs/yquake2/patches/musl.patch @@ -17,3 +17,13 @@ void printBacktrace(int sig) { +--- src/backends/unix/system.c ++++ src/backends/unix/system.c +@@ -34,6 +34,7 @@ + #include + #include + #include ++#include + + #ifdef __APPLE__ + #include