svn commit: r513948 - head/emulators/qemu40

Piotr Kubaj pkubaj at FreeBSD.org
Mon Oct 7 13:59:56 UTC 2019


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
 


More information about the svn-ports-head mailing list