Skip to content

Commit

Permalink
multimedia/vapoursynth-l-smash-works: fix build on powerpc64le
Browse files Browse the repository at this point in the history
In file included from ../video_output.c:42:
/usr/lib/clang/14.0.5/include/ppc_wrappers/emmintrin.h:32:2: error: "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
  • Loading branch information
pkubaj committed Aug 19, 2023
1 parent 2261983 commit 4de391b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions multimedia/vapoursynth-l-smash-works/Makefile
Expand Up @@ -27,6 +27,8 @@ WRKSRC_SUBDIR= VapourSynth

PLIST_FILES= lib/vapoursynth/libvslsmashsource.so

CFLAGS_powerpc64le= -DNO_WARN_X86_INTRINSICS

post-patch:
@${REINPLACE_CMD} -e 's|%%DISTVERSION%%|${DISTVERSION}|g' \
${PATCH_WRKSRC}/meson.build
Expand Down

0 comments on commit 4de391b

Please sign in to comment.