Add compiler:c++17-lang to USES to attempt to fix the build on GCC-based

systems:

  cc1: error: unrecognized command line option "-std=c17"

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-07-01 20:55:43 +00:00
parent 0e2f10a4ba
commit 7b7b51081e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540994

View File

@ -11,7 +11,7 @@ COMMENT= Emulator and compilers for Elliott 803 computer
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= ncurses
USES= compiler:c++17-lang ncurses
MAKEFILE= BSDmakefile
MAKE_ARGS+= DATADIR="${DATADIR}" PREFIX="${PREFIX}" VERSION="${PKGVERSION}"
MAKE_ENV+= LC_ALL=en_US.UTF-8