svn commit: r497624 - head/games/allacrost

Mark Linimon linimon at FreeBSD.org
Wed Apr 3 05:25:09 UTC 2019


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


More information about the svn-ports-all mailing list