Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2020 01:05:01 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536029 - head/games/libretro-cap32
Message-ID:  <202005210105.04L151GX030362@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu May 21 01:05:01 2020
New Revision: 536029
URL: https://svnweb.freebsd.org/changeset/ports/536029

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    cap32/slots.c:219: error: 'union <anonymous>' has no member named 'EnvType'
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/libretro-cap32/Makefile

Modified: head/games/libretro-cap32/Makefile
==============================================================================
--- head/games/libretro-cap32/Makefile	Thu May 21 00:59:10 2020	(r536028)
+++ head/games/libretro-cap32/Makefile	Thu May 21 01:05:01 2020	(r536029)
@@ -9,7 +9,7 @@ COMMENT=	Amstrad CPC computers emulator core for libre
 
 LICENSE=	GPLv2
 
-USES=		gmake localbase
+USES=		compiler:c++11-lang gmake localbase
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005210105.04L151GX030362>