svn commit: r391895 - head/sysutils/cloudabi-utils

Ed Schouten ed at FreeBSD.org
Mon Jul 13 12:41:45 UTC 2015


Author: ed (src committer)
Date: Mon Jul 13 12:41:44 2015
New Revision: 391895
URL: https://svnweb.freebsd.org/changeset/ports/391895

Log:
  Add compiler:c11.
  
  cloudabi-run depends on a couple of C11 tricks (e.g., _Generic). Make
  sure we have the right compiler for that.
  
  Discussed with: bapt

Modified:
  head/sysutils/cloudabi-utils/Makefile

Modified: head/sysutils/cloudabi-utils/Makefile
==============================================================================
--- head/sysutils/cloudabi-utils/Makefile	Mon Jul 13 12:26:40 2015	(r391894)
+++ head/sysutils/cloudabi-utils/Makefile	Mon Jul 13 12:41:44 2015	(r391895)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libyaml.so:${PORTSDIR}/text
 ONLY_FOR_ARCHS=	amd64
 ONLY_FOR_ARCHS_REASON=	CloudABI has not yet been ported to other architectures
 
-USES=		tar:xz
+USES=		compiler:c11 tar:xz
 
 PLIST_FILES=	bin/cloudabi-run \
 		libexec/cloudabi-reexec \


More information about the svn-ports-all mailing list