mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
parent
1d07e6ca92
commit
dfe3746f1d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=9.0
|
||||
revision=1
|
||||
revision=2
|
||||
_pkgver=${version/r/-r}
|
||||
create_wrksrc=yes
|
||||
build_wrksrc=wine-${_pkgver}
|
||||
|
@ -74,7 +74,7 @@ if [ "$XBPS_LIBC" = "glibc" ]; then
|
|||
hostmakedepends+=" prelink"
|
||||
fi
|
||||
|
||||
if [ "XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
configure_args+=" --enable-archs=i386,x86_64"
|
||||
makedepends+=" cross-i686-w64-mingw32"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue