mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 09:37:02 +02:00
texi2mdoc: fix build on musl
This commit is contained in:
parent
63befc625e
commit
d24c1f1ddc
1 changed files with 13 additions and 0 deletions
13
srcpkgs/texi2mdoc/patches/musl.patch
Normal file
13
srcpkgs/texi2mdoc/patches/musl.patch
Normal file
|
@ -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 <sys/cdefs.h>
|
||||
+
|
||||
/*
|
||||
* This defines each one of the Texinfo commands that we understand.
|
||||
* Obviously this only refers to native commands; overriden names are a
|
Loading…
Add table
Reference in a new issue