Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2023 20:02:49 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cbe8ac472df6 - main - games/dxx-rebirth: enable LTO on powerpc64
Message-ID:  <202308102002.37AK2nvO093775@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308102002.37AK2nvO093775>