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