[arch-commits] Commit in wine/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Mon Feb 4 12:14:43 UTC 2013


    Date: Monday, February 4, 2013 @ 13:14:43
  Author: svenstaro
Revision: 83687

Fix FS#33655

Modified:
  wine/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-04 11:06:53 UTC (rev 83686)
+++ PKGBUILD	2013-02-04 12:14:43 UTC (rev 83687)
@@ -106,6 +106,7 @@
       --prefix=/usr \
       --libdir=/usr/lib \
       --with-x \
+      --without-gstreamer \ # FS#33655
       --enable-win64
 
     make
@@ -123,6 +124,7 @@
   ../$pkgname/configure \
     --prefix=/usr \
     --with-x \
+    --without-gstreamer \ # FS#33655
     "${_wine32opts[@]}"
 }
 




More information about the arch-commits mailing list