Skip to content

Commit

Permalink
audio/a2jmidid: disable lto on powerpc64 to fix runtime and on riscv6…
Browse files Browse the repository at this point in the history
…4 to fix build
  • Loading branch information
pkubaj committed Feb 22, 2022
1 parent d660210 commit b1c548e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions audio/a2jmidid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

PORTNAME= a2jmidid
PORTVERSION= 9
PORTREVISION= 1
CATEGORIES= audio

MAINTAINER= hselasky@FreeBSD.org
Expand All @@ -27,4 +28,10 @@ DBUS_MESON_OFF= "-Ddisable-dbus=true"

DEBUG_CFLAGS= "-DDEBUG"

.include <bsd.port.options.mk>

.if ${ARCH} == powerpc64 || ${ARCH} == riscv64
MESON_ARGS+= -Db_lto=false
.endif

.include <bsd.port.mk>

0 comments on commit b1c548e

Please sign in to comment.