summaryrefslogtreecommitdiff
path: root/community/wine/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/wine/PKGBUILD')
-rw-r--r--community/wine/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/wine/PKGBUILD b/community/wine/PKGBUILD
index 08b583614..30f9fa0cd 100644
--- a/community/wine/PKGBUILD
+++ b/community/wine/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 83667 2013-02-04 10:53:01Z svenstaro $
+# $Id: PKGBUILD 83833 2013-02-05 14:18:11Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Jan "heftig" Steffens <jan.steffens@gmail.com>
# Contributor: Eduardo Romero <eduardo@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=wine
pkgver=1.5.23
-pkgrel=1
+pkgrel=2
_pkgbasever=${pkgver/rc/-rc}
@@ -106,7 +106,9 @@ build() {
--prefix=/usr \
--libdir=/usr/lib \
--with-x \
+ --without-gstreamer \
--enable-win64
+ # Gstreamer was disabled for FS#33655
make
@@ -122,12 +124,12 @@ build() {
cd "$srcdir/$pkgname-32-build"
../$pkgname/configure \
--prefix=/usr \
- --sysconfdir=/etc \
--with-x \
+ --without-gstreamer \
"${_wine32opts[@]}"
# These additional flags solve FS#23277
- #make CFLAGS+="-mincoming-stack-boundary=2" CXXFLAGS+="-mincoming-stack-boundary=2"
+ make CFLAGS+="-mincoming-stack-boundary=2" CXXFLAGS+="-mincoming-stack-boundary=2"
}
package() {