From 9a61b7a1c867ab48c71721302635cd9bae74509e Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 8 Mar 2019 07:57:47 +0000 Subject: [PATCH] Fix build on gcc-based architectures. Approved by: portmgr (tier-2 blanket) --- comms/qsstv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comms/qsstv/Makefile b/comms/qsstv/Makefile index 7a47112e3f08..996e4df03835 100644 --- a/comms/qsstv/Makefile +++ b/comms/qsstv/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libv4l2.so:multimedia/libv4l BUILD_DEPENDS= v4l_compat>=0:multimedia/v4l_compat -USES= pkgconfig qmake qt:5 +USES= compiler:c++11-lang pkgconfig qmake qt:5 USE_QT= buildtools core gui network widgets xml USE_GL+= gl