Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2018 16:35:07 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482597 - head/multimedia/gstreamer1-qt
Message-ID:  <201810201635.w9KGZ7gE080449@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Oct 20 16:35:07 2018
New Revision: 482597
URL: https://svnweb.freebsd.org/changeset/ports/482597

Log:
  multimedia/gstreamer1-qt: fix build of qt5 flavor with GCC-based architectures
  
  PR:		232262
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/multimedia/gstreamer1-qt/Makefile

Modified: head/multimedia/gstreamer1-qt/Makefile
==============================================================================
--- head/multimedia/gstreamer1-qt/Makefile	Sat Oct 20 16:31:28 2018	(r482596)
+++ head/multimedia/gstreamer1-qt/Makefile	Sat Oct 20 16:35:07 2018	(r482597)
@@ -19,7 +19,7 @@ FLAVOR?=	${FLAVORS:[1]}
 
 CONFLICTS_INSTALL=	gstreamer${PKGNAMESUFFIX}-*
 
-USES=		bison cmake:outsource pathfix pkgconfig tar:xz
+USES=		bison cmake:outsource gl gnome pathfix pkgconfig tar:xz
 USE_GSTREAMER1=	yes
 
 USE_GL=		gl
@@ -35,7 +35,7 @@ USE_QT=		corelib gui opengl declarative script \
 		qmake_build moc_build rcc_build uic_build qtestlib_build
 PLIST_SUB=	QT4_ONLY="" QT5_ONLY="@comment "
 .  else
-USES+=		qt:5
+USES+=		compiler:c++11-lang qt:5
 USE_QT=		buildtools_build qmake_build core gui network opengl \
 		qml quick testlib widgets
 QTVER_SUFFIX=	5



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