svn commit: r510749 - head/emulators/anese

Mark Linimon linimon at FreeBSD.org
Sun Sep 1 23:42:40 UTC 2019


Author: linimon
Date: Sun Sep  1 23:42:39 2019
New Revision: 510749
URL: https://svnweb.freebsd.org/changeset/ports/510749

Log:
  Fix build on GCC-based systems by adding compiler:c++11-lang to USES:
  
    cc1plus: error: unrecognized command line option "-std=c++11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/emulators/anese/Makefile

Modified: head/emulators/anese/Makefile
==============================================================================
--- head/emulators/anese/Makefile	Sun Sep  1 23:23:52 2019	(r510748)
+++ head/emulators/anese/Makefile	Sun Sep  1 23:42:39 2019	(r510749)
@@ -10,7 +10,7 @@ COMMENT=	NES Emulator written for fun and learning
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake:insource sdl
+USES=		cmake:insource compiler:c++11-lang sdl
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	daniel5151


More information about the svn-ports-head mailing list