aboutsummaryrefslogtreecommitdiff
path: root/misc/nnn
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-06-19 23:42:40 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-06-19 23:42:40 +0000
commitdb9c8a938af1bd4ce1ccfdc6d828483c8842b429 (patch)
tree877ec3cb58e4efc3f15d7a8152dd352ec6ee21e2 /misc/nnn
parent472c1a9b5bf66b0ec4d75b2be5c8ac073fecedec (diff)
downloadports-db9c8a938af1bd4ce1ccfdc6d828483c8842b429.tar.gz
ports-db9c8a938af1bd4ce1ccfdc6d828483c8842b429.zip
misc/nnn: fix build on GCC architectures
Use C11 compiler: cc1: error: unrecognized command line option "-std=c11"
Notes
Notes: svn path=/head/; revision=539679
Diffstat (limited to 'misc/nnn')
-rw-r--r--misc/nnn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/nnn/Makefile b/misc/nnn/Makefile
index 37ed0ea29cd0..b2478fba9029 100644
--- a/misc/nnn/Makefile
+++ b/misc/nnn/Makefile
@@ -11,7 +11,7 @@ COMMENT= Missing terminal file browser for X
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= gmake localbase ncurses readline
+USES= compiler:c11 gmake localbase ncurses readline
USE_GITHUB= yes
GH_ACCOUNT= jarun