svn commit: r471755 - head/devel/godot

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 5 12:43:39 UTC 2018


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


More information about the svn-ports-all mailing list