Date: Mon, 8 Apr 2019 13:05:47 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498373 - head/audio/bambootracker Message-ID: <201904081305.x38D5lJK084681@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904081305.x38D5lJK084681>