aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-09-13 17:04:42 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-09-13 17:04:42 +0000
commit6fe9cfeca291fa7147e00bcd52a5f55636cbde95 (patch)
treef2b4111de14667b7badd8d5624495a80a531ea3b /games
parent71e7545476cc90fd835b64394ba10b9d1bf33512 (diff)
downloadports-6fe9cfeca291fa7147e00bcd52a5f55636cbde95.tar.gz
ports-6fe9cfeca291fa7147e00bcd52a5f55636cbde95.zip
games/aquaria: fix build on powerpc64
/wrkdirs/usr/ports/games/aquaria/work/Aquaria-OSE-v1.002-22-g84366ad/BBGE/Base.cpp:1191:8: error: use of undeclared identifier 'SIGTRAP' raise(SIGTRAP);
Diffstat (limited to 'games')
-rw-r--r--games/aquaria/Makefile3
-rw-r--r--games/aquaria/distinfo4
2 files changed, 6 insertions, 1 deletions
diff --git a/games/aquaria/Makefile b/games/aquaria/Makefile
index 63d98a88135a..6af95b29c99c 100644
--- a/games/aquaria/Makefile
+++ b/games/aquaria/Makefile
@@ -5,6 +5,9 @@ DISTVERSIONSUFFIX= -g84366ad
PORTREVISION= 9
CATEGORIES= games
+PATCH_SITES= https://github.com/AquariaOSE/Aquaria/commit/
+PATCHFILES= 021512337ea0bee698e950e44222fb391ae7cb91.patch:-p1
+
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Underwater 2D fantasy action-adventure (game engine)
WWW= https://github.com/AquariaOSE/Aquaria
diff --git a/games/aquaria/distinfo b/games/aquaria/distinfo
index 45d8cce1cae6..d26b1ffeb47f 100644
--- a/games/aquaria/distinfo
+++ b/games/aquaria/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1474960220
+TIMESTAMP = 1663028357
SHA256 (AquariaOSE-Aquaria-OSE-v1.002-22-g84366ad_GH0.tar.gz) = a2e0d965c1342b5d19ed7de821339f23bf550c07608169eed3538e86b9d01842
SIZE (AquariaOSE-Aquaria-OSE-v1.002-22-g84366ad_GH0.tar.gz) = 5725171
+SHA256 (021512337ea0bee698e950e44222fb391ae7cb91.patch) = 1068433969d5661ae64c8a1c66f63b0095ebca40f5b0226d39311a6f79ad419c
+SIZE (021512337ea0bee698e950e44222fb391ae7cb91.patch) = 641