svn commit: r498373 - head/audio/bambootracker

Emanuel Haupt ehaupt at FreeBSD.org
Mon Apr 8 13:05:48 UTC 2019


Author: ehaupt
Date: Mon Apr  8 13:05:47 2019
New Revision: 498373
URL: https://svnweb.freebsd.org/changeset/ports/498373

Log:
  Fix build with GCC-based architectures.
  
  PR:		237099
  Submitted by:	pkubaj at anongoth.pl

Modified:
  head/audio/bambootracker/Makefile

Modified: head/audio/bambootracker/Makefile
==============================================================================
--- head/audio/bambootracker/Makefile	Mon Apr  8 12:58:18 2019	(r498372)
+++ head/audio/bambootracker/Makefile	Mon Apr  8 13:05:47 2019	(r498373)
@@ -14,7 +14,7 @@ COMMENT=	Music tracker for the Yamaha YM2608 (OPNA) so
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		qmake qt:5 gl
+USES=		compiler:c++14-lang qmake qt:5 gl
 USE_QT=		buildtools core gui linguisttools_build multimedia network \
 		widgets
 USE_GL=		gl


More information about the svn-ports-all mailing list