summaryrefslogtreecommitdiff
path: root/community/wine
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-17 23:14:43 +0000
committerroot <root@rshg054.dnsready.net>2011-12-17 23:14:43 +0000
commit146025aa1c838c12fa7b4873414da73816bfb6bd (patch)
tree22bcdae4c400322b756f2f4cc360de8c08b946a4 /community/wine
parent492f7c22a61fdb0488000da9f66d68e11bb43918 (diff)
Sat Dec 17 23:14:43 UTC 2011
Diffstat (limited to 'community/wine')
-rw-r--r--community/wine/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/wine/PKGBUILD b/community/wine/PKGBUILD
index 004bb7207..18f179961 100644
--- a/community/wine/PKGBUILD
+++ b/community/wine/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 59923 2011-12-02 20:03:51Z svenstaro $
+# $Id: PKGBUILD 60678 2011-12-16 21:03:03Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Jan "heftig" Steffens <jan.steffens@gmail.com>
# Contributor: Eduardo Romero <eduardo@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
pkgname=wine
-pkgver=1.3.34
+pkgver=1.3.35
pkgrel=1
_pkgbasever=${pkgver/rc/-rc}
source=(http://ibiblio.org/pub/linux/system/emulators/$pkgname/$pkgname-$_pkgbasever.tar.bz2)
-md5sums=('ae7be1767e95e27360fc86f573649c19')
+md5sums=('5833787fcd7fee5a2299fade10a2760d')
pkgdesc="A compatibility layer for running Windows programs"
url="http://www.winehq.com"
@@ -119,7 +119,8 @@ build() {
--with-x \
"${_wine32opts[@]}"
- make
+ # These additional CFLAGS solve FS#27560
+ make CFLAGS+="-mstackrealign" CXXFLAGS+="-mstackrealign"
}
package() {