Skip to content

Commit

Permalink
games/aquaria: fix build on powerpc64
Browse files Browse the repository at this point in the history
/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);
  • Loading branch information
pkubaj committed Sep 13, 2022
1 parent 71e7545 commit 6fe9cfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions games/aquaria/Makefile
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion 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

0 comments on commit 6fe9cfe

Please sign in to comment.