mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
fontforge: fix musl build
This commit is contained in:
parent
ad4f4e93aa
commit
3c6979cf0f
1 changed files with 11 additions and 0 deletions
11
srcpkgs/fontforge/patches/sys_select_h.patch
Normal file
11
srcpkgs/fontforge/patches/sys_select_h.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- gdraw/gdraw.c 2019-08-01 08:28:36.000000000 +0000
|
||||||
|
+++ - 2019-08-02 16:37:08.648486270 +0000
|
||||||
|
@@ -32,7 +32,7 @@
|
||||||
|
#include "gkeysym.h"
|
||||||
|
#include "ustring.h"
|
||||||
|
|
||||||
|
-#if __Mac || __FreeBSD__ || __NetBSD__ || __OpenBSD__ || __DragonFly__
|
||||||
|
+#if __Mac || __FreeBSD__ || __NetBSD__ || __OpenBSD__ || __DragonFly__ || __linux__
|
||||||
|
# include <sys/select.h>
|
||||||
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue