net/guacamole-server: mark BROKEN after r468844

guacenc.c:79:5: error: 'avcodec_register_all' is deprecated [-Werror,-Wdeprecated-declarations]
    avcodec_register_all();
    ^
/usr/local/include/libavcodec/avcodec.h:4086:6: note: 'avcodec_register_all' declared here
void avcodec_register_all(void);
     ^
This commit is contained in:
Jan Beich 2018-05-03 09:27:10 +00:00
parent 5296492844
commit 3d52772c9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468919

View File

@ -51,6 +51,7 @@ RDP_DESC= RDP protocol support
SP_DESC= Supported Protocols
VNC_DESC= VNC protocol support
GUACENC_BROKEN= fails to build with ffmpeg 4.0
GUACENC_CONFIGURE_ENABLE= guacenc
GUACENC_CONFIGURE_WITH= libavcodec libavutil libswscale
GUACENC_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg