Date: Sun, 13 Jan 2019 00:20:15 +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: r490094 - head/audio/guidolib Message-ID: <201901130020.x0D0KF2F071394@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Jan 13 00:20:15 2019 New Revision: 490094 URL: https://svnweb.freebsd.org/changeset/ports/490094 Log: USES=compiler:c++11-lang is necessary to build on GCC-based architectures. PR: 234372 Submitted by: Piotr Kubaj Approved by: maintainer Modified: head/audio/guidolib/Makefile Modified: head/audio/guidolib/Makefile ============================================================================== --- head/audio/guidolib/Makefile Sat Jan 12 23:34:27 2019 (r490093) +++ head/audio/guidolib/Makefile Sun Jan 13 00:20:15 2019 (r490094) @@ -16,7 +16,7 @@ LICENSE= MPL20 BUILD_DEPENDS= cmake:devel/cmake -USES= gmake gnome pkgconfig qt:5 +USES= compiler:c++11-lang gmake gnome pkgconfig qt:5 USE_GITHUB= yes GH_ACCOUNT= grame-cncm USE_QT= core gui widgets printsupport xml buildtools_build qmake_build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901130020.x0D0KF2F071394>