svn commit: r482597 - head/multimedia/gstreamer1-qt

Tobias C. Berner tcberner at FreeBSD.org
Sat Oct 20 16:35:08 UTC 2018


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 at 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


More information about the svn-ports-head mailing list