git: b9d78eb73cab - main - audio/carla: fix build on powerpc / powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Aug 2022 21:23:13 UTC
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 ' \