svn commit: r534061 - head/sysutils/clone

Piotr Kubaj pkubaj at FreeBSD.org
Tue May 5 10:28:15 UTC 2020


Author: pkubaj
Date: Tue May  5 10:28:14 2020
New Revision: 534061
URL: https://svnweb.freebsd.org/changeset/ports/534061

Log:
  sysutils/clone: fix build on GCC architectures
  
  Use C11 compiler:
  cc1: error: unrecognized command line option "-std=gnu11"

Modified:
  head/sysutils/clone/Makefile

Modified: head/sysutils/clone/Makefile
==============================================================================
--- head/sysutils/clone/Makefile	Tue May  5 10:25:32 2020	(r534060)
+++ head/sysutils/clone/Makefile	Tue May  5 10:28:14 2020	(r534061)
@@ -10,6 +10,7 @@ COMMENT=		File tree cloning tool
 
 LICENSE=		BSD2CLAUSE
 
+USES=			compiler:c11
 USE_GITHUB=		yes
 GH_ACCOUNT=		cyclaero
 GH_PROJECT=		clone


More information about the svn-ports-all mailing list