From 04e5609c41e35581c9176c9c87409db2bc96a77b Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 15 Aug 2016 05:05:35 -0300 Subject: pcsx2-1.4.0-4.parabola1: really glew 2.0.0 rebuild --- libre-multilib/pcsx2/PKGBUILD | 6 +++--- libre-multilib/pcsx2/pcsx2-gcc6.patch | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libre-multilib/pcsx2/PKGBUILD b/libre-multilib/pcsx2/PKGBUILD index 43f706753..e61152297 100644 --- a/libre-multilib/pcsx2/PKGBUILD +++ b/libre-multilib/pcsx2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 185075 2016-08-04 17:31:05Z arojas $ +# $Id: PKGBUILD 186214 2016-08-09 14:33:03Z arojas $ # Maintainer (Arch): Maxime Gauduin # Contributor (Arch): josephgbr # Contributor (Arch): vEX @@ -6,7 +6,7 @@ pkgname=pcsx2 pkgver=1.4.0 -pkgrel=3.parabola1 +pkgrel=4.parabola1 pkgdesc='A Sony PlayStation 2 emulator, without nonfree nvidia-cg-toolkit support' arch=('i686' 'x86_64') url='http://www.pcsx2.net' @@ -27,7 +27,7 @@ options=('!emptydirs') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/PCSX2/${pkgname}/archive/v${pkgver}.tar.gz" pcsx2-gcc6.patch) sha256sums=('2c8a986e2b6514d7018f6cfd39c4f2a72229b9b4ab06ca6b1d3466dfd9c33005' - '70f3c865c2dd5590ff5ec0ea83e0561a75d7ae6af78085e5eb64b1463921802f') + 'd78c63808a609a249ec7e8330eeabee306a55ee08d2c9ce9c383b46b334bf7d0') prepare() { cd ${pkgname}-${pkgver} diff --git a/libre-multilib/pcsx2/pcsx2-gcc6.patch b/libre-multilib/pcsx2/pcsx2-gcc6.patch index ee58441f5..25e79f82b 100644 --- a/libre-multilib/pcsx2/pcsx2-gcc6.patch +++ b/libre-multilib/pcsx2/pcsx2-gcc6.patch @@ -1,12 +1,12 @@ diff --git a/common/src/x86emitter/cpudetect.cpp b/common/src/x86emitter/cpudetect.cpp -index 717ca89..fcf0c90 100644 +index b318909..38f506d 100644 --- a/common/src/x86emitter/cpudetect.cpp +++ b/common/src/x86emitter/cpudetect.cpp @@ -16,6 +16,7 @@ #include "PrecompiledHeader.h" #include "cpudetect_internal.h" #include "internal.h" -+#include ++#include "fxsrintrin.h" using namespace x86Emitter; -- cgit v1.2.3