aboutsummaryrefslogtreecommitdiff
path: root/sysutils/clone
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-05-05 10:28:14 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-05-05 10:28:14 +0000
commitde5ab839b172600eac8fcad7edd61b1ec5fdb810 (patch)
treece33b70e7130c68f643cafaf27c7c5bd6ce0ddb3 /sysutils/clone
parent2ee08ef3fa0018f4c7240cea5ffda6f330d80c05 (diff)
downloadports-de5ab839b172600eac8fcad7edd61b1ec5fdb810.tar.gz
ports-de5ab839b172600eac8fcad7edd61b1ec5fdb810.zip
sysutils/clone: fix build on GCC architectures
Use C11 compiler: cc1: error: unrecognized command line option "-std=gnu11"
Notes
Notes: svn path=/head/; revision=534061
Diffstat (limited to 'sysutils/clone')
-rw-r--r--sysutils/clone/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/clone/Makefile b/sysutils/clone/Makefile
index f6905e1631d5..9801eb3dbeaa 100644
--- a/sysutils/clone/Makefile
+++ b/sysutils/clone/Makefile
@@ -10,6 +10,7 @@ COMMENT= File tree cloning tool
LICENSE= BSD2CLAUSE
+USES= compiler:c11
USE_GITHUB= yes
GH_ACCOUNT= cyclaero
GH_PROJECT= clone