Date: Tue, 5 Jun 2018 12:43:38 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471755 - head/devel/godot Message-ID: <201806051243.w55ChcX3051638@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 5 12:43:38 2018 New Revision: 471755 URL: https://svnweb.freebsd.org/changeset/ports/471755 Log: - Enable verbose build as required by PHB Approved by: portmgr blanket Modified: head/devel/godot/Makefile Modified: head/devel/godot/Makefile ============================================================================== --- head/devel/godot/Makefile Tue Jun 5 12:22:47 2018 (r471754) +++ head/devel/godot/Makefile Tue Jun 5 12:43:38 2018 (r471755) @@ -30,7 +30,7 @@ USES= compiler:c++14-lang pkgconfig scons ssl USE_XORG= x11 xcursor xi xinerama xrandr USE_GL= gl glew glu -MAKE_ARGS+= platform=x11 builtin_libpng=False builtin_openssl=False +MAKE_ARGS+= platform=x11 builtin_libpng=False builtin_openssl=False verbose=True MAKE_ARGS+= ${MAKE_ARGS_${CHOSEN_COMPILER_TYPE}} MAKE_ARGS_clang= use_llvm=True CXXFLAGS+= -DRTAUDIO_ENABLED
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806051243.w55ChcX3051638>