Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2019 07:57:47 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495027 - head/comms/qsstv
Message-ID:  <201903080757.x287vlF7012735@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903080757.x287vlF7012735>