Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2023 20:02:56 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: e3689220f107 - main - audio/a2jmidid: enable LTO on powerpc64
Message-ID:  <202308102002.37AK2uGe094041@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=e3689220f10768f07f3dbe6966a6d7e1a0620a85

commit e3689220f10768f07f3dbe6966a6d7e1a0620a85
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-10 19:55:16 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-10 20:02:29 +0000

    audio/a2jmidid: enable LTO on powerpc64
---
 audio/a2jmidid/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/audio/a2jmidid/Makefile b/audio/a2jmidid/Makefile
index c79466947829..51088a69b389 100644
--- a/audio/a2jmidid/Makefile
+++ b/audio/a2jmidid/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	a2jmidid
 PORTVERSION=	9
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 
 MAINTAINER=	ports@FreeBSD.org
@@ -30,7 +30,7 @@ DEBUG_CFLAGS= "-DDEBUG"
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH} == powerpc64 || ${ARCH} == riscv64
+.if ${ARCH} == riscv64
 MESON_ARGS+=	-Db_lto=false
 .endif
 



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