svn commit: r540994 - head/emulators/elliott-803

Mark Linimon linimon at FreeBSD.org
Wed Jul 1 20:55:44 UTC 2020


Author: linimon
Date: Wed Jul  1 20:55:43 2020
New Revision: 540994
URL: https://svnweb.freebsd.org/changeset/ports/540994

Log:
  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)

Modified:
  head/emulators/elliott-803/Makefile

Modified: head/emulators/elliott-803/Makefile
==============================================================================
--- head/emulators/elliott-803/Makefile	Wed Jul  1 20:47:06 2020	(r540993)
+++ head/emulators/elliott-803/Makefile	Wed Jul  1 20:55:43 2020	(r540994)
@@ -11,7 +11,7 @@ COMMENT=	Emulator and compilers for Elliott 803 comput
 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


More information about the svn-ports-all mailing list