svn commit: r568153 - head/games/minetestmapper

Mark Linimon linimon at FreeBSD.org
Fri Mar 12 08:57:17 UTC 2021


Author: linimon
Date: Fri Mar 12 08:57:16 2021
New Revision: 568153
URL: https://svnweb.freebsd.org/changeset/ports/568153

Log:
  Add compiler:c11 to USES to fix build on GCC-based systems:
  
    /wrkdirs/usr/ports/games/minetestmapper/work/minetestmapper-20200328/PixelAttributes.cpp:17: error: 'nullptr' was not declared in this scope
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/minetestmapper/Makefile

Modified: head/games/minetestmapper/Makefile
==============================================================================
--- head/games/minetestmapper/Makefile	Fri Mar 12 08:44:02 2021	(r568152)
+++ head/games/minetestmapper/Makefile	Fri Mar 12 08:57:16 2021	(r568153)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libgd.so:graphics/gd \
 		libsqlite3.so:databases/sqlite3
 
-USES=		cmake pkgconfig
+USES=		cmake compiler:c11 pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	minetest
 


More information about the svn-ports-head mailing list