mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +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:
parent
215ec9840c
commit
fa7c26b43c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525031
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user