diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-05-22 20:02:42 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-05-22 20:17:14 +0000 |
commit | 63e5afa2a05a07487b10699867e78a5db8293c61 (patch) | |
tree | d9d835419ac373e05533b210a906301245ea61f9 | |
parent | 21348e248cb32d67477be85869b377387e924d82 (diff) | |
download | ports-63e5afa2a05a07487b10699867e78a5db8293c61.tar.gz ports-63e5afa2a05a07487b10699867e78a5db8293c61.zip |
audio/pulseeffects: mark as BROKEN after recent boost upgrade
PR: 246106
-rw-r--r-- | audio/pulseeffects/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/pulseeffects/Makefile b/audio/pulseeffects/Makefile index 4f8ac34d41f3..6ec570d9ea8a 100644 --- a/audio/pulseeffects/Makefile +++ b/audio/pulseeffects/Makefile @@ -39,6 +39,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \ mda-lv2>0:audio/mda-lv2 \ zam-plugins-lv2>0:audio/zam-plugins-lv2 +BROKEN= error: use of undeclared identifier 'ofs' + USES= compiler:c++17-lang desktop-file-utils libtool \ localbase:ldflags gettext gnome gstreamer meson ninja pathfix pkgconfig \ python:3.6+ shebangfix |