1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

games/black-hole-solver: update to 1.12.0

This commit is contained in:
Tobias C. Berner 2022-03-29 18:55:18 +02:00
parent 7b4d6e5eac
commit 109f5b4b09
3 changed files with 4 additions and 18 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= black-hole-solver
DISTVERSION= 1.10.1
DISTVERSION= 1.12.0
CATEGORIES= games
MASTER_SITES= https://fc-solve.shlomifish.org/downloads/fc-solve/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1603948548
SHA256 (black-hole-solver-1.10.1.tar.xz) = 36e1953a99e02e82489a3cb109fb590bcab307b4ddaec34cb0e67347668511e2
SIZE (black-hole-solver-1.10.1.tar.xz) = 78848
TIMESTAMP = 1648572503
SHA256 (black-hole-solver-1.12.0.tar.xz) = d32f32536f7573292588f41bb0d85ae42d561376c218dc4ab6badfe4904a37a7
SIZE (black-hole-solver-1.12.0.tar.xz) = 99444

View File

@ -1,14 +0,0 @@
--- xxHash-wrapper/xxHash-0.7.2/xxh3.h.orig 2020-06-18 10:18:02 UTC
+++ xxHash-wrapper/xxHash-0.7.2/xxh3.h
@@ -159,8 +159,10 @@
/* VSX stuff. It's a lot because VSX support is mediocre across compilers and
* there is a lot of mischief with endianness. */
#if XXH_VECTOR == XXH_VSX
-# include <altivec.h>
+# undef bool
# undef vector
+# include <altivec.h>
+# define bool _Bool
typedef __vector unsigned long long U64x2;
typedef __vector unsigned char U8x16;
typedef __vector unsigned U32x4;