svn commit: r568722 - head/emulators/qemu-guest-agent
Mark Linimon
linimon at FreeBSD.org
Thu Mar 18 08:22:59 UTC 2021
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}
More information about the svn-ports-all
mailing list