diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-06-03 19:51:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-06-03 19:51:18 +0000 |
commit | cf9a130715a552b1c28e1382104cdb8f910dc2a1 (patch) | |
tree | 7562b7893be75362c858540e4ffa9adc3675df32 | |
parent | Mark BROKEN (diff) |
Mark BROKEN
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=537844
-rw-r--r-- | audio/ir-lv2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/ir-lv2/Makefile b/audio/ir-lv2/Makefile index f1c664d77e25..97aede6eabf9 100644 --- a/audio/ir-lv2/Makefile +++ b/audio/ir-lv2/Makefile @@ -13,6 +13,8 @@ COMMENT= LV2 impulse response plugin for reverb and cabinet simulation LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= ir_gui.cc:1681:14: error: cannot initialize a member subobject of type 'LV2UI_Handle' + BUILD_DEPENDS= lv2>0:audio/lv2 \ ${LOCALBASE}/include/fftw3.h:math/fftw3 LIB_DEPENDS= libfreetype.so:print/freetype2 \ |