svn commit: r484205 - head/audio/pc-mixer

Mark Linimon linimon at FreeBSD.org
Mon Nov 5 17:25:01 UTC 2018


Author: linimon
Date: Mon Nov  5 17:25:00 2018
New Revision: 484205
URL: https://svnweb.freebsd.org/changeset/ports/484205

Log:
  This port needs USES=compiler:c++11-lang to build on GCC architectures.
  
  While here, add USES=gl.
  
  PR:		232694
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/pc-mixer/Makefile

Modified: head/audio/pc-mixer/Makefile
==============================================================================
--- head/audio/pc-mixer/Makefile	Mon Nov  5 17:22:16 2018	(r484204)
+++ head/audio/pc-mixer/Makefile	Mon Nov  5 17:25:00 2018	(r484205)
@@ -13,7 +13,7 @@ WRKSRC_SUBDIR=	src-qt5
 MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
 
 MAKE_JOBS_UNSAFE=yes
-USES=		qmake qt:5 shebangfix tar:xz
+USES=		compiler:c++11-lang gl qmake qt:5 shebangfix tar:xz
 USE_LDCONFIG=	yes
 USE_QT=		core gui network svg linguist \
 		buildtools x11extras widgets multimedia


More information about the svn-ports-all mailing list