Date: Mon, 18 Mar 2019 09:37:12 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496132 - head/audio/midipp Message-ID: <201903180937.x2I9bCUV008995@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Mon Mar 18 09:37:11 2019 New Revision: 496132 URL: https://svnweb.freebsd.org/changeset/ports/496132 Log: Fix build on gcc-based architectures: cc1plus: error: unrecognized command line option "-std=gnu++11" Approved by: portmgr (tier-2 blanket) Modified: head/audio/midipp/Makefile Modified: head/audio/midipp/Makefile ============================================================================== --- head/audio/midipp/Makefile Mon Mar 18 09:27:18 2019 (r496131) +++ head/audio/midipp/Makefile Mon Mar 18 09:37:11 2019 (r496132) @@ -16,7 +16,7 @@ LICENSE= BSD2CLAUSE BUILD_DEPENDS= libumidi>=2.0.14:audio/libumidi LIB_DEPENDS= libumidi20.so:audio/libumidi -USES= gl qmake qt:5 tar:bzip2 +USES= compiler:c++11-lang gl qmake qt:5 tar:bzip2 USE_GL= gl USE_QT= buildtools_build core gui network printsupport widgets
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903180937.x2I9bCUV008995>