svn commit: r426632 - head/devel/godot

Jan Beich jbeich at FreeBSD.org
Sun Nov 20 21:03:09 UTC 2016


Author: jbeich
Date: Sun Nov 20 21:03:08 2016
New Revision: 426632
URL: https://svnweb.freebsd.org/changeset/ports/426632

Log:
  devel/godot: oops, fix whitespace
  
  $ portlint -C
  FATAL: Makefile: [35]: use a tab (not space) after a variable name
  FATAL: Makefile: [36]: use a tab (not space) after a variable name
  FATAL: Makefile: [37]: use a tab (not space) after a variable name

Modified:
  head/devel/godot/Makefile   (contents, props changed)

Modified: head/devel/godot/Makefile
==============================================================================
--- head/devel/godot/Makefile	Sun Nov 20 21:00:58 2016	(r426631)
+++ head/devel/godot/Makefile	Sun Nov 20 21:03:08 2016	(r426632)
@@ -32,9 +32,9 @@ MAKE_ARGS_clang=	use_llvm=yes
 CXXFLAGS+=	-DGLEW_NO_GLU -DRTAUDIO_ENABLED
 CXXFLAGS_i386=	${CXXFLAGS_i386_${CHOSEN_COMPILER_TYPE}}
 CXXFLAGS_i386_gcc=	-march=i586
-CXXFLAGS_aarch64= 	-DNO_THREADS
-CXXFLAGS_sparc64= 	-DNO_THREADS
-CXXFLAGS_mips= 		-DNO_THREADS
+CXXFLAGS_aarch64=	-DNO_THREADS
+CXXFLAGS_sparc64=	-DNO_THREADS
+CXXFLAGS_mips=		-DNO_THREADS
 CXXFLAGS_mips64=	-DNO_THREADS
 
 OPTIONS_DEFINE=	EXAMPLES TOOLS


More information about the svn-ports-all mailing list