aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-10 19:55:16 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-10 20:02:29 +0000
commite3689220f10768f07f3dbe6966a6d7e1a0620a85 (patch)
treef67456a77f507545b616f8d8616d484d39e93571
parent3c3154cae7ca96ae72ec0043c0aae5783044508b (diff)
downloadports-e3689220f10768f07f3dbe6966a6d7e1a0620a85.tar.gz
ports-e3689220f10768f07f3dbe6966a6d7e1a0620a85.zip
audio/a2jmidid: enable LTO on powerpc64
-rw-r--r--audio/a2jmidid/Makefile4
1 files 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