diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index 199dd7c3329..62d6f42a8e0 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -1,7 +1,7 @@ # Template file for 'wine' pkgname=wine version=1.7.45 -revision=4 +revision=5 build_style=gnu-configure configure_args="--without-gstreamer" short_desc="Run Microsoft Windows applications" @@ -27,6 +27,8 @@ makedepends="gettext-devel lcms2-devel zlib-devel ncurses-devel depends="libXi libXinerama libXcomposite libXcursor libOSMesa desktop-file-utils hicolor-icon-theme liberation-fonts-ttf" +binfmts="/usr/bin/wine --magic MZ" + build_options="staging d3d9" desc_option_staging="Enable wine-staging patchset" desc_option_d3d9="Enable d3d9 state tracker patchset"