svn commit: r497625 - branches/2019Q2/games/allacrost

Mark Linimon linimon at FreeBSD.org
Wed Apr 3 05:29:41 UTC 2019


Author: linimon
Date: Wed Apr  3 05:29:40 2019
New Revision: 497625
URL: https://svnweb.freebsd.org/changeset/ports/497625

Log:
  MFH: r497624
  
  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:
  branches/2019Q2/games/allacrost/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/games/allacrost/Makefile
==============================================================================
--- branches/2019Q2/games/allacrost/Makefile	Wed Apr  3 05:25:07 2019	(r497624)
+++ branches/2019Q2/games/allacrost/Makefile	Wed Apr  3 05:29:40 2019	(r497625)
@@ -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


More information about the svn-ports-all mailing list