Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2020 03:23:38 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r536567 - branches/2020Q2/sysutils/clone
Message-ID:  <202005260323.04Q3Nce3001406@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005260323.04Q3Nce3001406>