summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-08-01 14:00:36 +0200
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-08-01 23:23:06 +0200
commitb9d78eb73cab7b7614ac5a37fe2c1e3954cb45ad (patch)
tree9e99403c2fdc48cbbdcdd87327a4ec235071d4e3
parentmisc/tvm: fix build on big-endian (diff)
audio/carla: fix build on powerpc / powerpc64
Same issue as on powerpc64le.
-rw-r--r--audio/carla/Makefile2
1 files changed, 2 insertions, 0 deletions
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 ' \