svn commit: r497654 - head/games/meandmyshadow

Mark Linimon linimon at FreeBSD.org
Wed Apr 3 06:38:09 UTC 2019


Author: linimon
Date: Wed Apr  3 06:38:08 2019
New Revision: 497654
URL: https://svnweb.freebsd.org/changeset/ports/497654

Log:
  Add compiler:c++11-lang to USES to fix the following on GCC-based
  architectures:
  
    Check for working CXX compiler: /usr/bin/c++ -- broken
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/meandmyshadow/Makefile

Modified: head/games/meandmyshadow/Makefile
==============================================================================
--- head/games/meandmyshadow/Makefile	Wed Apr  3 06:28:51 2019	(r497653)
+++ head/games/meandmyshadow/Makefile	Wed Apr  3 06:38:08 2019	(r497654)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
-USES=		cmake dos2unix libarchive lua:53
+USES=		cmake compiler:c++11-lang dos2unix libarchive lua:53
 DOS2UNIX_FILES=	CMakeLists.txt src/Functions.cpp
 USE_SDL=	sdl2 image2 ttf2 mixer2
 


More information about the svn-ports-all mailing list