git: e3689220f107 - main - audio/a2jmidid: enable LTO on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Aug 2023 20:02:56 UTC
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