Date: Mon, 1 Aug 2022 21:23:13 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: b9d78eb73cab - main - audio/carla: fix build on powerpc / powerpc64 Message-ID: <202208012123.271LNDl2007830@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=b9d78eb73cab7b7614ac5a37fe2c1e3954cb45ad commit b9d78eb73cab7b7614ac5a37fe2c1e3954cb45ad Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-08-01 12:00:36 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-08-01 21:23:06 +0000 audio/carla: fix build on powerpc / powerpc64 Same issue as on powerpc64le. --- audio/carla/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/carla/Makefile b/audio/carla/Makefile index 77a68bc66a5c..bc4ccd288bcf 100644 --- a/audio/carla/Makefile +++ b/audio/carla/Makefile @@ -67,6 +67,8 @@ PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/pulseaudio PULSEAUDIO_MAKE_ARGS_OFF= HAVE_PULSEAUDIO=false CFLAGS_powerpc64le= -DEEL_TARGET_PORTABLE +CFLAGS_powerpc64= -DEEL_TARGET_PORTABLE +CFLAGS_powerpc= -DEEL_TARGET_PORTABLE post-install: @${REINPLACE_CMD} -i '' -e ' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208012123.271LNDl2007830>