svn commit: r536567 - branches/2020Q2/sysutils/clone

Mark Linimon linimon at FreeBSD.org
Tue May 26 03:23:38 UTC 2020


Author: linimon
Date: Tue May 26 03:23:37 2020
New Revision: 536567
URL: https://svnweb.freebsd.org/changeset/ports/536567

Log:
  MFH: r534061
  
  sysutils/clone: fix build on GCC architectures
  
  Use C11 compiler:
  cc1: error: unrecognized command line option "-std=gnu11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  branches/2020Q2/sysutils/clone/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/sysutils/clone/Makefile
==============================================================================
--- branches/2020Q2/sysutils/clone/Makefile	Tue May 26 03:03:20 2020	(r536566)
+++ branches/2020Q2/sysutils/clone/Makefile	Tue May 26 03:23:37 2020	(r536567)
@@ -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