Date: Tue, 30 Apr 2019 13:47:06 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500491 - head/games/scummvm-tools Message-ID: <201904301347.x3UDl6vE056152@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904301347.x3UDl6vE056152>