svn commit: r482737 - head/games/mrboom

Emanuel Haupt ehaupt at FreeBSD.org
Mon Oct 22 09:00:43 UTC 2018


Author: ehaupt
Date: Mon Oct 22 09:00:42 2018
New Revision: 482737
URL: https://svnweb.freebsd.org/changeset/ports/482737

Log:
  USES=compiler:c++11-lang is necessary to build this port on architectures where
  GCC 4.2 is present in base.
  
  PR:		232279
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>
  MFH:		2018Q4 (blanket)

Modified:
  head/games/mrboom/Makefile

Modified: head/games/mrboom/Makefile
==============================================================================
--- head/games/mrboom/Makefile	Mon Oct 22 08:39:41 2018	(r482736)
+++ head/games/mrboom/Makefile	Mon Oct 22 09:00:42 2018	(r482737)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mrboom
 PORTVERSION=	4.5
+PORTREVISION=	1
 CATEGORIES=	games
 
 MAINTAINER=	ehaupt at FreeBSD.org
@@ -14,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libminizip.so:archivers/minizip \
 		libmodplug.so:audio/libmodplug
 
-USES=		gmake
+USES=		compiler:c++11-lang gmake
 USE_GITHUB=	yes
 USE_SDL=	sdl2 mixer2
 


More information about the svn-ports-all mailing list