aboutsummaryrefslogtreecommitdiffstats
path: root/community/wine/musl-fix.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-10-06 22:28:32 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-10-06 22:31:05 +0200
commitdccc01ad9700ee520d3a2945d49d905a445273e0 (patch)
treed5263f8021ae2a83fa87249663c580cffec8e227 /community/wine/musl-fix.patch
parentca9f3129c9a36dd3fc74dc564ea59d0482febe22 (diff)
downloadaports-dccc01ad9700ee520d3a2945d49d905a445273e0.tar.bz2
aports-dccc01ad9700ee520d3a2945d49d905a445273e0.tar.xz
community/wine: move from main
Diffstat (limited to 'community/wine/musl-fix.patch')
-rw-r--r--community/wine/musl-fix.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/community/wine/musl-fix.patch b/community/wine/musl-fix.patch
new file mode 100644
index 0000000000..0176c7921f
--- /dev/null
+++ b/community/wine/musl-fix.patch
@@ -0,0 +1,21 @@
+--- wine-1.7.8.orig/server/file.h
++++ wine-1.7.8/server/file.h
+@@ -21,6 +21,7 @@
+ #ifndef __WINE_SERVER_FILE_H
+ #define __WINE_SERVER_FILE_H
+
++#include <fcntl.h>
+ #include "object.h"
+
+ struct fd;
+--- ./dlls/ws2_32/socket.c.orig
++++ ./dlls/ws2_32/socket.c
+@@ -100,7 +100,7 @@
+
+ #ifdef HAVE_NETIPX_IPX_H
+ # include <netipx/ipx.h>
+-#elif defined(HAVE_LINUX_IPX_H)
++#elif defined(HAVE_LINUX_IPX_H) && defined(__GLIBC__)
+ # ifdef HAVE_ASM_TYPES_H
+ # include <asm/types.h>
+ # endif