mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix space/tab
This commit is contained in:
parent
f56063772f
commit
098e6323ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=459512
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ MAKE_ARGS= --layout=system \
|
||||||
# Our compiler-flags will be added AFTER those set by bjam. We remove
|
# 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
|
# the optimization level, because Boost sets it itself (to -O3 in case
|
||||||
# of gcc/g++):
|
# 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_ARGS+= --toolset=${CHOSEN_COMPILER_TYPE} \
|
||||||
${_MAKE_JOBS}
|
${_MAKE_JOBS}
|
||||||
|
|
Loading…
Add table
Reference in a new issue