svn commit: r495027 - head/comms/qsstv

Mark Linimon linimon at FreeBSD.org
Fri Mar 8 07:57:48 UTC 2019


Author: linimon
Date: Fri Mar  8 07:57:47 2019
New Revision: 495027
URL: https://svnweb.freebsd.org/changeset/ports/495027

Log:
  Fix build on gcc-based architectures.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/comms/qsstv/Makefile

Modified: head/comms/qsstv/Makefile
==============================================================================
--- head/comms/qsstv/Makefile	Fri Mar  8 07:49:02 2019	(r495026)
+++ head/comms/qsstv/Makefile	Fri Mar  8 07:57:47 2019	(r495027)
@@ -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
 


More information about the svn-ports-all mailing list