Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 2020 10:28:14 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534061 - head/sysutils/clone
Message-ID:  <202005051028.045ASEcw084020@repo.freebsd.org>

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



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