pcsx2: rebuild without -mtune=native.

This commit is contained in:
Juan RP 2015-01-30 13:21:05 +01:00
parent f66f2d3fba
commit 852c7a4c8c

View file

@ -4,10 +4,10 @@ lib32mode="full"
pkgname=pcsx2
version=1.3.1
revision=1
revision=2
build_style=cmake
configure_args="-DGLSL_API=1 -DPACKAGE_MODE=1 -DREBUILD_SHADER=1 -DXDG_STD=1
-DPLUGIN_DIR=/usr/lib32/pcsx2 -DGAMEINDEX_DIR=/usr/share/pcsx2"
-DPLUGIN_DIR=/usr/lib32/pcsx2 -DGAMEINDEX_DIR=/usr/share/pcsx2 -DDISABLE_ADVANCE_SIMD=1"
hostmakedepends="cmake pkg-config sparsehash perl"
makedepends="alsa-lib-devel SDL-devel glu-devel glew-devel libaio-devel
libcanberra-devel libjpeg-turbo-devel wxWidgets-devel portaudio-devel soundtouch-devel"