Date: Tue, 1 Jan 2019 16:12:03 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r488917 - branches/2019Q1/graphics/qtpbfimageplugin Message-ID: <201901011612.x01GC3Fn009411@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Jan 1 16:12:03 2019 New Revision: 488917 URL: https://svnweb.freebsd.org/changeset/ports/488917 Log: MFH: r488916 This port requires USES=compiler:c++11-lang to build on GCC-based architectures. PR: 234297 Submitted by: Piotr Kubaj Approved by: maintainer Approved by: portmgr (tier-2 blanket) Modified: branches/2019Q1/graphics/qtpbfimageplugin/Makefile Directory Properties: branches/2019Q1/ (props changed) Modified: branches/2019Q1/graphics/qtpbfimageplugin/Makefile ============================================================================== --- branches/2019Q1/graphics/qtpbfimageplugin/Makefile Tue Jan 1 15:55:56 2019 (r488916) +++ branches/2019Q1/graphics/qtpbfimageplugin/Makefile Tue Jan 1 16:12:03 2019 (r488917) @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libprotobuf-lite.so:devel/protobuf -USES= gl qmake qt:5 +USES= compiler:c++11-lang gl qmake qt:5 USE_QT= core gui buildtools_build USE_GL= gl USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901011612.x01GC3Fn009411>