diff options
-rw-r--r-- | multimedia/wl-screenrec/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/wl-screenrec/Makefile b/multimedia/wl-screenrec/Makefile index 6462e582fc03..4b77d63bfe48 100644 --- a/multimedia/wl-screenrec/Makefile +++ b/multimedia/wl-screenrec/Makefile @@ -21,6 +21,10 @@ PLIST_FILES= bin/${PORTNAME} \ share/fish/vendor_completions.d/${PORTNAME}.fish \ share/zsh/site-functions/_${PORTNAME} +# https://github.com/russelltg/wl-screenrec/issues/99 +# https://github.com/zmwangx/rust-ffmpeg-sys/issues/96 +PORTSCOUT= ignore:1 + post-patch: @${REINPLACE_CMD} -e 's,"llvm-config,"${LLVM_CONFIG},' \ ${WRKSRC_crate_clang-sys}/build/common.rs \ |