diff --git a/srcpkgs/handbrake/template b/srcpkgs/handbrake/template index ae1e04ba01b..ce70999d611 100644 --- a/srcpkgs/handbrake/template +++ b/srcpkgs/handbrake/template @@ -1,4 +1,6 @@ # Template file for 'handbrake' +only_for_archs="i686 x86_64" + pkgname=handbrake version=0.9.9 revision=3 @@ -28,11 +30,13 @@ do_configure() { autoreconf -vi cd ${wrksrc} + export CFLAGS+=" -msse" ./configure --prefix=/usr --force --disable-gtk-update-checks } do_build() { cd build + export CFLAGS+=" -msse" make ${makejobs} }