Date: Sat, 3 Nov 2018 16:26:31 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483900 - head/audio/flacon Message-ID: <201811031626.wA3GQWOP058433@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Sat Nov 3 16:26:31 2018 New Revision: 483900 URL: https://svnweb.freebsd.org/changeset/ports/483900 Log: This port requires C++11-capable compiler (e.g., it won't build on arches such as powerpc and sparc64, where default GCC is 4.2.1). PR: 232884 Modified: head/audio/flacon/Makefile Modified: head/audio/flacon/Makefile ============================================================================== --- head/audio/flacon/Makefile Sat Nov 3 16:25:07 2018 (r483899) +++ head/audio/flacon/Makefile Sat Nov 3 16:26:31 2018 (r483900) @@ -13,7 +13,7 @@ LICENSE= LGPL21 LIB_DEPENDS= libuchardet.so:textproc/uchardet -USES= cmake desktop-file-utils pkgconfig qt:5 +USES= cmake compiler:c++11-lang desktop-file-utils pkgconfig qt:5 USE_GITHUB= yes USE_QT= buildtools_build concurrent_build qmake_build \ linguisttools_build core gui network widgets
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811031626.wA3GQWOP058433>