wine: update to 8.3.

This commit is contained in:
Helmut Pozimski 2023-03-05 09:12:45 +01:00
parent 8c6199fe5c
commit 11c67e846c
2 changed files with 13 additions and 13 deletions

View file

@ -1,11 +1,11 @@
diff --git a/configure b/configure
index 774a95ce003..d408e77cc78 100755
index 296c3e4..e838871 100755
--- a/configure
+++ b/configure
@@ -11137,6 +11137,38 @@ fi
LIBWINE_DEPENDS="wine.map"
TOP_INSTALL_LIB="$TOP_INSTALL_LIB libs/wine/libwine.so.$libwine_version libs/wine/libwine.so.$libwine_soversion"
@@ -10306,6 +10306,38 @@ then :
fi
;;
esac
+
+ # do this at the end because it needs double dollar for makefile
+ as_ac_var=`printf "%s\n" "ac_cv_cflags_-Wl,-rpath,\\\\\\$ORIGIN" | $as_tr_sh`
@ -42,13 +42,13 @@ index 774a95ce003..d408e77cc78 100755
esac
diff --git a/configure.ac b/configure.ac
index 8c5066a3de6..01ede86df1e 100644
index 140f26a..02497c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -916,6 +916,9 @@ case $host_os in
AC_SUBST(LIBWINE_SHAREDLIB,"libwine.so.$libwine_version")
AC_SUBST(LIBWINE_DEPENDS,"wine.map")
TOP_INSTALL_LIB="$TOP_INSTALL_LIB libs/wine/libwine.so.$libwine_version libs/wine/libwine.so.$libwine_soversion"
@@ -784,6 +784,9 @@ case $host_os in
[WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,-z,max-page-size=0x1000"])
;;
esac
+
+ # do this at the end because it needs double dollar for makefile
+ WINE_TRY_CFLAGS([-Wl,-rpath,\\\$ORIGIN],[UNIXLDFLAGS="$UNIXLDFLAGS '-Wl,-rpath,\$\$ORIGIN'"])

View file

@ -1,6 +1,6 @@
# Template file for 'wine'
pkgname=wine
version=8.2
version=8.3
revision=1
_pkgver=${version/r/-r}
create_wrksrc=yes
@ -13,8 +13,8 @@ license="LGPL-2.1-or-later"
homepage="http://www.winehq.org/"
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"
checksum="deada37cf6d949a8af81b7fd46748ab23c612db1c6ec75e62688ac7d6c58493b
79e59ba545dad7eafc461ef17ecc73d80b867d9649089a81421a090e4f066a82"
checksum="410269000292c3bfadd2561fdde06d9bcb2bc958b49b03e963f14177a27631f0
b8cacb1d441b39747409eab38c494ab5d21166cc809e4ea87b18e107efed655d"
build_options="mingw staging xshm"
build_options_default="mingw xshm"