wine: update to 9.8
Upstream wine broke musl, added patch to fix. Opened a PR with respective patch to upstream wine #5580 Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
This commit is contained in:
parent
340d47dc02
commit
37b790ca13
|
@ -0,0 +1,12 @@
|
||||||
|
diff --git a/dlls/ntdll/unix/serial.c b/dlls/ntdll/unix/serial.c
|
||||||
|
index d48c49c87f6..951ed5d9386 100644
|
||||||
|
--- a/dlls/ntdll/unix/serial.c
|
||||||
|
+++ b/dlls/ntdll/unix/serial.c
|
||||||
|
@@ -41,6 +41,7 @@
|
||||||
|
#include <sys/stat.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <sys/ioctl.h>
|
||||||
|
+#include <asm/ioctls.h>
|
||||||
|
#ifdef HAVE_SYS_FILIO_H
|
||||||
|
# include <sys/filio.h>
|
||||||
|
#endif
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wine'
|
# Template file for 'wine'
|
||||||
pkgname=wine
|
pkgname=wine
|
||||||
version=9.7
|
version=9.8
|
||||||
revision=1
|
revision=1
|
||||||
_pkgver=${version/r/-r}
|
_pkgver=${version/r/-r}
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
|
@ -13,8 +13,8 @@ license="LGPL-2.1-or-later"
|
||||||
homepage="http://www.winehq.org/"
|
homepage="http://www.winehq.org/"
|
||||||
distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${_pkgver}.tar.xz
|
distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${_pkgver}.tar.xz
|
||||||
https://github.com/wine-staging/wine-staging/archive/v${_pkgver}.tar.gz"
|
https://github.com/wine-staging/wine-staging/archive/v${_pkgver}.tar.gz"
|
||||||
checksum="d9f3c333656e88bd4cef5331f34b1c8b69c964a52759eef745d8ddae51a15353
|
checksum="86943c838eda8fad9a7940d4099703394bf1d1be9a1014342fed879c7dc3b993
|
||||||
e104de4fcca4cabd0f21e7eba674b0c329dd6056e8f57e7ca945e04caf2caabe"
|
eba01cd743fd317319053e0a58be562dd1d10b67748abb005196066e83610c9e"
|
||||||
|
|
||||||
# NOTE: wine depends on specific versions of wine-mono and wine-gecko,
|
# NOTE: wine depends on specific versions of wine-mono and wine-gecko,
|
||||||
# check for updates to these packages when updating wine
|
# check for updates to these packages when updating wine
|
||||||
|
|
Loading…
Reference in New Issue