From d24c1f1ddc9fcf718ebce15369021ce6c38b6431 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 2 Jan 2020 18:00:54 +0100 Subject: [PATCH] texi2mdoc: fix build on musl --- srcpkgs/texi2mdoc/patches/musl.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 srcpkgs/texi2mdoc/patches/musl.patch diff --git a/srcpkgs/texi2mdoc/patches/musl.patch b/srcpkgs/texi2mdoc/patches/musl.patch new file mode 100644 index 00000000000..ef680595b96 --- /dev/null +++ b/srcpkgs/texi2mdoc/patches/musl.patch @@ -0,0 +1,13 @@ +Needed for __BEGIN_DECLS/__END_DECLS. + +--- extern.h ++++ extern.h +@@ -17,6 +17,8 @@ + #ifndef EXTERN_H + #define EXTERN_H + ++#include ++ + /* + * This defines each one of the Texinfo commands that we understand. + * Obviously this only refers to native commands; overriden names are a