svn commit: r500491 - head/games/scummvm-tools

Piotr Kubaj pkubaj at FreeBSD.org
Tue Apr 30 13:47:08 UTC 2019


Author: pkubaj
Date: Tue Apr 30 13:47:06 2019
New Revision: 500491
URL: https://svnweb.freebsd.org/changeset/ports/500491

Log:
  games/scummvm-tools: Add USES=compiler:c++11-lang, enable verbose build
  
  Add USES=compiler:c++11-lang to fix linking on GCC architectures.
  
  Also add --enable-verbose-build to generate more messages during build.
  
  PR:		237226
  Approved by:	lme (maintainer), mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D19988

Modified:
  head/games/scummvm-tools/Makefile

Modified: head/games/scummvm-tools/Makefile
==============================================================================
--- head/games/scummvm-tools/Makefile	Tue Apr 30 13:42:17 2019	(r500490)
+++ head/games/scummvm-tools/Makefile	Tue Apr 30 13:47:06 2019	(r500491)
@@ -24,9 +24,10 @@ LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libvorbis.so:audio/libvorbis \
 		libfreetype.so:print/freetype2
 
-USES=		gmake iconv tar:bzip2
+USES=		compiler:c++11-lang gmake iconv tar:bzip2
 GNU_CONFIGURE=	yes
 
+CONFIGURE_ARGS+=	--enable-verbose-build
 CONFIGURE_TARGET=
 
 STRIP_FILES=	construct_mohawk create_sjisfnt decine decompile degob \


More information about the svn-ports-head mailing list