Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2018 09:00:42 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482737 - head/games/mrboom
Message-ID:  <201810220900.w9M90gUg039326@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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
 



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