git: a86c2f2991fc - main - games/sdb: powerpc64 is also big-endian
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Apr 2022 13:40:16 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=a86c2f2991fc1517c93103b681ea39d9f8ee137f commit a86c2f2991fc1517c93103b681ea39d9f8ee137f Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-27 13:21:49 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-04-27 13:21:49 +0000 games/sdb: powerpc64 is also big-endian --- games/sdb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/sdb/Makefile b/games/sdb/Makefile index 830af73ec327..6eea637ef149 100644 --- a/games/sdb/Makefile +++ b/games/sdb/Makefile @@ -1,6 +1,6 @@ PORTNAME= sdb PORTVERSION= 1.0.2 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= games MASTER_SITES= http://stage.gamecreation.org/shotgund/ \ https://mirror.amdmi3.ru/distfiles/ @@ -38,7 +38,7 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> -.if ${ARCH} != "powerpc" && ${ARCH} != "sparc64" +.if ${ARCH} != "powerpc" && ${ARCH} != "powerpc64" && ${ARCH} != "sparc64" PLIST_SUB+= MODEL_SUFFIX="md2" .else # big-endian requires different set of models