From 59fd58f6aa78d98658d1bc768be832d2c74a9fed Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 8 Oct 2019 08:24:38 +0000 Subject: Add compiler:c11 to USES to fix build on GCC-based systems. Tested on: amd64, powerpc64. Approved by: portmgr (tier-2 blanket) --- emulators/qemu-powernv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/qemu-powernv/Makefile') diff --git a/emulators/qemu-powernv/Makefile b/emulators/qemu-powernv/Makefile index dcb466ea97c6..150238f7c295 100644 --- a/emulators/qemu-powernv/Makefile +++ b/emulators/qemu-powernv/Makefile @@ -13,8 +13,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/lib/libfdt.so:sysutils/dtc -USES= bison:build gmake gnome libtool makeinfo pkgconfig \ - python:2.7,build tar:bz2 +USES= bison:build compiler:c11 gmake gnome libtool makeinfo \ + pkgconfig python:2.7,build tar:bz2 USE_XORG= pixman USE_GNOME= glib20 -- cgit v1.2.3