From 827d03021c014627d4c5aa3f0dd43cfba070d2ef Mon Sep 17 00:00:00 2001 From: Fotios Valasiadis Date: Sun, 22 Sep 2024 22:15:01 +0300 Subject: [PATCH] wine: update to 9.18 --- srcpkgs/wine/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index 69798940164..359843fd88b 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -1,6 +1,6 @@ # Template file for 'wine' pkgname=wine -version=9.17 +version=9.18 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="3edb7eb6f31bb5c3f7378dd5623da9d95f7d4d6d7c8378afd89c8e3a30aa080c - 8b75c8fe4802eb00084b7b7c274a9941f06b28ed6496efa612476b9760852392" +checksum="6526f5211c085453bcb642946eb2ce8d1d42a8a4a68168bf2a0d73f32612dd1c + afe8c6f3fe2824f5175f76ab1604de671a6adcae11768f118d7e5045c65b5666" # NOTE: wine depends on specific versions of wine-mono and wine-gecko, # check for updates to these packages when updating wine @@ -73,6 +73,7 @@ if [ "$XBPS_TARGET_WORDSIZE" != 32 ]; then else _wineserver_suffix="32" CFLAGS=" -D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64" + CPPFLAGS=" -D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64" fi if [ "$XBPS_LIBC" = "glibc" ]; then