diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-10-08 08:24:38 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-10-08 08:24:38 +0000 |
commit | 59fd58f6aa78d98658d1bc768be832d2c74a9fed (patch) | |
tree | c899817b24319e7b49fcfce42614d4ac3e626855 /emulators/qemu-devel | |
parent | 700127cf5ed92302cb1b41a7460a0977d2914867 (diff) | |
download | freebsd-ports-59fd58f6aa78d98658d1bc768be832d2c74a9fed.zip |
Add compiler:c11 to USES to fix build on GCC-based systems.
Tested on: amd64, powerpc64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'emulators/qemu-devel')
-rw-r--r-- | emulators/qemu-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 81a2c4700f80..4a5154f4441b 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -21,7 +21,8 @@ LIB_DEPENDS= libnettle.so:security/nettle \ libepoxy.so:graphics/libepoxy \ libpcre2-8.so:devel/pcre2 -USES= bison cpe gmake gnome iconv:wchar_t perl5 pkgconfig python:build tar:xz xorg +USES= bison compiler:c11 cpe gmake gnome iconv:wchar_t perl5 \ + pkgconfig python:build tar:xz xorg USE_GNOME= cairo glib20 libxml2 USE_PERL5= build USE_XORG= pixman |