svn commit: r459512 - head/devel/boost-all

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 20 12:37:55 UTC 2018


Author: sunpoet
Date: Sat Jan 20 12:37:54 2018
New Revision: 459512
URL: https://svnweb.freebsd.org/changeset/ports/459512

Log:
  Fix space/tab

Modified:
  head/devel/boost-all/compiled.mk

Modified: head/devel/boost-all/compiled.mk
==============================================================================
--- head/devel/boost-all/compiled.mk	Sat Jan 20 12:37:48 2018	(r459511)
+++ head/devel/boost-all/compiled.mk	Sat Jan 20 12:37:54 2018	(r459512)
@@ -19,7 +19,7 @@ MAKE_ARGS=	--layout=system \
 # Our compiler-flags will be added AFTER those set by bjam. We remove
 # the optimization level, because Boost sets it itself (to -O3 in case
 # of gcc/g++):
-MAKE_ARGS+=    cxxflags="${CXXFLAGS:N-O*}" cflags="${CFLAGS:N-O*}"
+MAKE_ARGS+=	cxxflags="${CXXFLAGS:N-O*}" cflags="${CFLAGS:N-O*}"
 
 MAKE_ARGS+=	--toolset=${CHOSEN_COMPILER_TYPE} \
 		${_MAKE_JOBS}


More information about the svn-ports-all mailing list