Date: Thu, 10 Aug 2023 20:02:53 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: 1b6ac9cb3176 - main - audio/zrythm: enable LTO on powerpc64 Message-ID: <202308102002.37AK2r5i093950@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=1b6ac9cb3176ffd713b33e0c9e796c47e9b45c1e commit 1b6ac9cb3176ffd713b33e0c9e796c47e9b45c1e Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-10 16:09:25 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-10 20:02:28 +0000 audio/zrythm: enable LTO on powerpc64 --- audio/zrythm/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/audio/zrythm/Makefile b/audio/zrythm/Makefile index 8e9e2a9e59ed..023addd21c1b 100644 --- a/audio/zrythm/Makefile +++ b/audio/zrythm/Makefile @@ -1,7 +1,7 @@ PORTNAME= zrythm DISTVERSIONPREFIX= v DISTVERSION= 1.0.0-alpha.26.0.13 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org @@ -63,12 +63,6 @@ LDFLAGS+= ${LOCALBASE}/lib/libfftw3_threads.so ${LOCALBASE}/lib/libfftw3f_thread BINARY_ALIAS= git=false python3=${PYTHON_CMD} -.include <bsd.port.options.mk> - -.if ${ARCH} == powerpc64 -MESON_ARGS= -Db_lto=false -.endif - post-patch: # https://git.zrythm.org/zrythm/zrythm/issues/299 @${REINPLACE_CMD} 's|<malloc.h>|<stdlib.h>|' ${WRKSRC}/ext/midilib/src/*.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308102002.37AK2r5i093950>