Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 05:25:08 +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: r497624 - head/games/allacrost
Message-ID:  <201904030525.x335P8YB082721@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Apr  3 05:25:07 2019
New Revision: 497624
URL: https://svnweb.freebsd.org/changeset/ports/497624

Log:
  Add compiler:c++11-lang to USES to fix the following build failure on
  GCC-based architectures:
  
    configure: error: C++ compiler cannot create executables
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/allacrost/Makefile

Modified: head/games/allacrost/Makefile
==============================================================================
--- head/games/allacrost/Makefile	Wed Apr  3 05:23:59 2019	(r497623)
+++ head/games/allacrost/Makefile	Wed Apr  3 05:25:07 2019	(r497624)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libpng.so:graphics/png \
 		libboost_thread.so:devel/boost-libs
 
 GNU_CONFIGURE=	yes
-USES=		gettext gmake iconv jpeg lua:51 openal:al
+USES=		compiler:c++11-lang gettext gmake iconv jpeg lua:51 openal:al
 USE_SDL=	sdl ttf net
 USE_GL=		gl glu
 USE_XORG=	x11



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