[arch-commits] Commit in pcsx2/trunk (PKGBUILD pcsx2-gcc6.patch)

Antonio Rojas arojas at archlinux.org
Tue Aug 9 14:33:03 UTC 2016


    Date: Tuesday, August 9, 2016 @ 14:33:03
  Author: arojas
Revision: 186214

Really rebuild against glew 2.0

Added:
  pcsx2/trunk/pcsx2-gcc6.patch
Modified:
  pcsx2/trunk/PKGBUILD

------------------+
 PKGBUILD         |    2 +-
 pcsx2-gcc6.patch |   12 ++++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-09 14:19:15 UTC (rev 186213)
+++ PKGBUILD	2016-08-09 14:33:03 UTC (rev 186214)
@@ -5,7 +5,7 @@
 
 pkgname=pcsx2
 pkgver=1.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A Sony PlayStation 2 emulator'
 arch=('i686' 'x86_64')
 url='http://www.pcsx2.net'

Added: pcsx2-gcc6.patch
===================================================================
--- pcsx2-gcc6.patch	                        (rev 0)
+++ pcsx2-gcc6.patch	2016-08-09 14:33:03 UTC (rev 186214)
@@ -0,0 +1,12 @@
+diff --git a/common/src/x86emitter/cpudetect.cpp b/common/src/x86emitter/cpudetect.cpp
+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 "fxsrintrin.h"
+ 
+ using namespace x86Emitter;
+ 



More information about the arch-commits mailing list