aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-05-30 20:04:59 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-05-30 20:04:59 +0000
commitda977da398303e5fa8de4998f6df1e80b552440a (patch)
tree31b6d94ad50279780e163b3dd69e30c790930871
parent831ca748759f87354317d9f756cdd04b10476082 (diff)
downloadports-da977da398303e5fa8de4998f6df1e80b552440a.tar.gz
ports-da977da398303e5fa8de4998f6df1e80b552440a.zip
MFH: r471171
emulators/ppsspp: unbreak CPUTYPE=nehalem on i386 ext/native/ext/cityhash/city.cpp:569:5: error: use of undeclared identifier '_mm_crc32_u64' CHUNK(0); PERMUTE3(a, h, c); ^ /wrkdirs/usr/ports/emulators/ppsspp/work/ppsspp-1.6.2/ext/native/ext/cityhash/city.cpp:562:9: note: expanded from macro 'CHUNK' z = _mm_crc32_u64(z, b + g); \ ^ Approved by: ports-secteam blanket
Notes
Notes: svn path=/branches/2018Q2/; revision=471172
-rw-r--r--emulators/ppsspp/Makefile3
-rw-r--r--emulators/ppsspp/distinfo2
2 files changed, 5 insertions, 0 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile
index 24640bccdc20..345fe206e6d9 100644
--- a/emulators/ppsspp/Makefile
+++ b/emulators/ppsspp/Makefile
@@ -10,6 +10,9 @@ MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2/${PORTNAME}/debian-sdl/do
DISTFILES= ${PORTNAME}.1:manpage
EXTRACT_ONLY= ${DISTFILES:N*\:manpage:C/:.*//}
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES= c783e7761c2a.patch:-p1
+
MAINTAINER= jbeich@FreeBSD.org
COMMENT= PSP emulator in C++ with dynarec JIT for x86, ARM, MIPS
diff --git a/emulators/ppsspp/distinfo b/emulators/ppsspp/distinfo
index 5f6cc258f35a..73182ba60249 100644
--- a/emulators/ppsspp/distinfo
+++ b/emulators/ppsspp/distinfo
@@ -13,3 +13,5 @@ SHA256 (Kingcom-armips-v0.9-89-g8b4cada_GH0.tar.gz) = c41aa68bd6798356af568509de
SIZE (Kingcom-armips-v0.9-89-g8b4cada_GH0.tar.gz) = 191171
SHA256 (Kingcom-tinyformat-Release-2.0.1-7-gb7f5a22_GH0.tar.gz) = d86b5b4592047254c5118d0639e51d00869b3adc2f2c5419fdf29381ca42011e
SIZE (Kingcom-tinyformat-Release-2.0.1-7-gb7f5a22_GH0.tar.gz) = 22286
+SHA256 (c783e7761c2a.patch) = 588701f2e5ef299dad9ec820716791bfa2261f17516bae1d884138d58b64c872
+SIZE (c783e7761c2a.patch) = 1272