Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 2023 14:51:17 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: 08500e7d1cff - main - x11/kitty: enable LTO on powerpc64
Message-ID:  <202308081451.378EpHJ4067084@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=08500e7d1cff45467d5f3f77f41ca4755f3d5456

commit 08500e7d1cff45467d5f3f77f41ca4755f3d5456
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-07 20:14:26 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-08 14:51:08 +0000

    x11/kitty: enable LTO on powerpc64
    
    Works fine on 13.2-RELEASE.
---
 x11/kitty/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile
index a90e322644ac..4a3fa89bba3d 100644
--- a/x11/kitty/Makefile
+++ b/x11/kitty/Makefile
@@ -82,7 +82,7 @@ DOCS_MAKE_ENV=	BUILD_DOCS=yes
 CFLAGS+=	-Wno-error=invalid-utf8 -Winvalid-utf8
 .endif
 
-.if ${ARCH} == powerpc64 || ${ARCH:Mriscv64*}
+.if ${ARCH:Mriscv64*}
 MAKE_ENV+=	KITTY_NO_LTO=1
 .endif
 



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