svn commit: r536029 - head/games/libretro-cap32

Mark Linimon linimon at FreeBSD.org
Thu May 21 01:05:01 UTC 2020


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


More information about the svn-ports-head mailing list