aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-12-21 00:57:55 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-12-21 00:57:55 +0000
commitb908189b75796febef19abcea6a623773b54de4f (patch)
tree29cb7950289a65dfa48b596c848de0164fc11bbd /multimedia
parent28e16e4e8f326d13051db1a190d9ac7e899b16e8 (diff)
downloadports-b908189b75796febef19abcea6a623773b54de4f.tar.gz
ports-b908189b75796febef19abcea6a623773b54de4f.zip
multimedia/qt6-multimedia: fix build on powerpc
No AltiVec on powerpc: In file included from /wrkdirs/usr/ports/multimedia/qt6-multimedia/work/qtmultimedia-everywhere-src-6.4.1/src/3rdparty/pffft/pffft.c:107: /usr/lib/clang/13.0.0/include/altivec.h:13:2: error: "AltiVec support not enabled"
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/qt6-multimedia/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/qt6-multimedia/Makefile b/multimedia/qt6-multimedia/Makefile
index cb3d545dde55..63ca7a9b6898 100644
--- a/multimedia/qt6-multimedia/Makefile
+++ b/multimedia/qt6-multimedia/Makefile
@@ -18,5 +18,6 @@ USE_GSTREAMER= bad gl good ugly
USE_QT= base declarative shadertools svg
CXXFLAGS_powerpc64= -mvsx
+CFLAGS_powerpc= -DPFFFT_SIMD_DISABLE
.include <bsd.port.mk>