Date: Thu, 18 Mar 2021 08:22:59 +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: r568722 - head/emulators/qemu-guest-agent Message-ID: <202103180822.12I8MxQX055205@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Mar 18 08:22:58 2021 New Revision: 568722 URL: https://svnweb.freebsd.org/changeset/ports/568722 Log: Add compiler:c++11-lang to USES to fix build on GCC-based systems: ERROR: You need at least GCC v4.8 or Clang v3.4 (or XCode Clang v5.1) Approved by: portmgr (tier-2 blanket) Modified: head/emulators/qemu-guest-agent/Makefile Modified: head/emulators/qemu-guest-agent/Makefile ============================================================================== --- head/emulators/qemu-guest-agent/Makefile Thu Mar 18 08:10:42 2021 (r568721) +++ head/emulators/qemu-guest-agent/Makefile Thu Mar 18 08:22:58 2021 (r568722) @@ -15,7 +15,7 @@ LICENSE= GPLv2 DIST_SUBDIR= qemu/${PORTVERSION} FILESDIR= ${.CURDIR}/files HAS_CONFIGURE= yes -USES= gmake gnome pkgconfig python:build tar:xz +USES= compiler:c++11-lang gmake gnome pkgconfig python:build tar:xz USE_GNOME= glib20 USE_RC_SUBR= qemu-guest-agent MAKE_ENV+= BSD_MAKE="${MAKE}" PREFIX=${PREFIX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103180822.12I8MxQX055205>