mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-03 02:37:15 +08:00
updated wine to version 1.3.37
This commit is contained in:
parent
80bfaf1e5c
commit
b538a5f100
@ -4,13 +4,13 @@
|
||||
# maintainer (x86_64): Anke Boersma <abveritas[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=wine
|
||||
pkgver=1.3.35
|
||||
pkgver=1.3.37
|
||||
pkgrel=1
|
||||
|
||||
_pkgbasever=${pkgver/rc/-rc}
|
||||
|
||||
source=(http://ibiblio.org/pub/linux/system/emulators/$pkgname/$pkgname-$_pkgbasever.tar.bz2)
|
||||
md5sums=('5833787fcd7fee5a2299fade10a2760d')
|
||||
md5sums=('4bf25be22c130765283d9953d03b65c4')
|
||||
|
||||
pkgdesc="A compatibility layer for running Windows programs"
|
||||
url="http://www.winehq.com"
|
||||
@ -91,6 +91,10 @@ build() {
|
||||
rm -rf $pkgname-{32,64}-build
|
||||
mkdir $pkgname-32-build
|
||||
|
||||
# These additional CFLAGS solve FS#27662
|
||||
export CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=2/} -D_FORTIFY_SOURCE=0"
|
||||
export CXXFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=2/} -D_FORTIFY_SOURCE=0"
|
||||
|
||||
if [[ $CARCH == x86_64 ]]; then
|
||||
msg2 "Building Wine-64..."
|
||||
|
||||
@ -121,7 +125,8 @@ build() {
|
||||
--with-x \
|
||||
"${_wine32opts[@]}"
|
||||
|
||||
make
|
||||
# These additional CFLAGS solve FS#27560
|
||||
make CFLAGS+="-mstackrealign" CXXFLAGS+="-mstackrealign"
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user