aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-utils
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-10-23 17:19:56 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-10-23 17:19:56 +0000
commit1f6c77968fa6de2582d64b0a030055b84628ea85 (patch)
tree736a841cab97466ef226e0db11e7b83d48fafe95 /emulators/qemu-utils
parentdea33528bdac1e9ee26e11724d0c77b9b5d351ba (diff)
downloadports-1f6c77968fa6de2582d64b0a030055b84628ea85.tar.gz
ports-1f6c77968fa6de2582d64b0a030055b84628ea85.zip
emulators/qemu-{cheri,utils}: fix build on GCC architectures
Use C11 compiler: ERROR: You need at least GCC v4.8 or Clang v3.4 (or XCode Clang v5.1) Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=515275
Diffstat (limited to 'emulators/qemu-utils')
-rw-r--r--emulators/qemu-utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu-utils/Makefile b/emulators/qemu-utils/Makefile
index 26bc77236c2d..1c526387ffb3 100644
--- a/emulators/qemu-utils/Makefile
+++ b/emulators/qemu-utils/Makefile
@@ -6,7 +6,7 @@ MAINTAINER= asomers@FreeBSD.org
COMMENT= QEMU userland utilities
HAS_CONFIGURE= yes
-USES= cpe gmake pkgconfig perl5 python:build tar:xz
+USES= compiler:c11 cpe gmake pkgconfig perl5 python:build tar:xz
USES+= gettext-runtime
USE_GNOME+= glib20
MAKE_ENV+= BSD_MAKE="${MAKE}" PREFIX=${PREFIX}