Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 06:40:17 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r497655 - branches/2019Q2/games/meandmyshadow
Message-ID:  <201904030640.x336eHvK022866@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Apr  3 06:40:17 2019
New Revision: 497655
URL: https://svnweb.freebsd.org/changeset/ports/497655

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

Modified: branches/2019Q2/games/meandmyshadow/Makefile
==============================================================================
--- branches/2019Q2/games/meandmyshadow/Makefile	Wed Apr  3 06:38:08 2019	(r497654)
+++ branches/2019Q2/games/meandmyshadow/Makefile	Wed Apr  3 06:40:17 2019	(r497655)
@@ -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
 



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