1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

multimedia/gstreamer1-validate: fix build on GCC architectures

C11 compiler is required:
gstvalidateflow.c:84: error: redefinition of typedef 'ValidateFlowOverride'
gstvalidateflow.c:72: error: previous declaration of 'ValidateFlowOverride' was here
This commit is contained in:
Piotr Kubaj 2020-02-03 12:09:47 +00:00
parent 215ec9840c
commit fa7c26b43c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525031

View File

@ -13,7 +13,7 @@ COMMENT= Gstreamer element validation suite
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
libgstrtspserver-1.0.so:multimedia/gstreamer1-rtsp-server
USES= gettext-runtime gmake gnome libtool pathfix \
USES= compiler:c11 gettext-runtime gmake gnome libtool pathfix \
pkgconfig python:2.7 shebangfix tar:xz
SHEBANG_FILES= tools/gst-validate-launcher.in
USE_LDCONFIG= yes