Date: Wed, 3 Apr 2019 05:29:40 +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: r497625 - branches/2019Q2/games/allacrost Message-ID: <201904030529.x335Te0F083018@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904030529.x335Te0F083018>