Date: Mon, 7 Oct 2019 13:59:55 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513948 - head/emulators/qemu40 Message-ID: <201910071359.x97DxtQY052126@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Mon Oct 7 13:59:55 2019 New Revision: 513948 URL: https://svnweb.freebsd.org/changeset/ports/513948 Log: emulators/qemu40: fix build on GCC architectures Use newer GCC: ERROR: You need at least GCC v4.8 or Clang v3.4 (or XCode Clang v5.1) Approved by: mentors (implicit approval) Modified: head/emulators/qemu40/Makefile Modified: head/emulators/qemu40/Makefile ============================================================================== --- head/emulators/qemu40/Makefile Mon Oct 7 13:58:15 2019 (r513947) +++ head/emulators/qemu40/Makefile Mon Oct 7 13:59:55 2019 (r513948) @@ -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 +USES= bison compiler:c11 cpe gmake gnome iconv:wchar_t perl5 \ + pkgconfig python:build tar:xz USE_GNOME= cairo glib20 libxml2 USE_PERL5= build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910071359.x97DxtQY052126>