git: cbe8ac472df6 - main - games/dxx-rebirth: enable LTO on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Aug 2023 20:02:49 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=cbe8ac472df61c86dfa50812eeaa3a0931c55e0c commit cbe8ac472df61c86dfa50812eeaa3a0931c55e0c Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-10 09:37:05 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-10 20:02:27 +0000 games/dxx-rebirth: enable LTO on powerpc64 --- games/dxx-rebirth/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/dxx-rebirth/Makefile b/games/dxx-rebirth/Makefile index 7e220e362b46..d70d18bfa579 100644 --- a/games/dxx-rebirth/Makefile +++ b/games/dxx-rebirth/Makefile @@ -1,7 +1,7 @@ PORTNAME= dxx-rebirth PORTVERSION= 20220929 DISTVERSIONSUFFIX= -src -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= https://www.dxx-rebirth.com/download/dxx/rebirth/ DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX} @@ -37,7 +37,7 @@ PLIST_FILES= bin/d1x-rebirth \ .include <bsd.port.pre.mk> -.if ${ARCH} != powerpc64 && ${ARCH} != riscv64 +.if ${ARCH} != riscv64 MAKE_ARGS+= lto=1 .endif