<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><blockquote type="cite" class=""><pre style="white-space: pre-wrap; background-color: rgb(255, 255, 255);" class="">The issue is both macports clang and gcc rely (by default) on /usr/include being present, and this is no longer present by default with Xcode 11</pre></blockquote><div class=""><br class=""></div><div class="">Not exactly. The full logic was outlined by Jeremy here:</div><div class=""><br class=""></div><div class=""><a href="https://trac.macports.org/ticket/57612#comment:18" class="">https://trac.macports.org/ticket/57612#comment:18</a></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><div class="">TBH, I’m not sure we should ever be baking an -isysroot into any build files. It’s too fragile.</div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Jeremy’s suggestion was to either let xcrun decide how to find the correct SDK, or if we wanted to set it ourselves, set the SDKROOT.</div><div class=""><br class=""></div><div class=""><<a href="https://github.com/macports/macports-base/pull/109" class="">https://github.com/macports/macports-base/pull/109</a>></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">The clang front end (cfe) then uses that env var like this:</div><div class=""><br class=""></div><div class=""><a href="https://clang.llvm.org/doxygen/Darwin_8cpp_source.html" class="">https://clang.llvm.org/doxygen/Darwin_8cpp_source.html</a></div><div class=""><br class=""></div><div class=""><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><span class="keywordtype" style="color: rgb(96, 64, 32);">void</span> Darwin::AddDeploymentTarget(DerivedArgList &Args)<span class="keyword" style="color: rgb(0, 128, 0);"> const </span>{</div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><a name="l01655" style="color: rgb(61, 87, 140);" class=""></a><span class="lineno" style="-webkit-user-select: none; padding-right: 4px; text-align: right; border-right-width: 2px; border-right-style: solid; border-right-color: rgb(0, 255, 0); background-color: rgb(232, 232, 232); white-space: pre;"> 1655</span>   <span class="keyword" style="color: rgb(0, 128, 0);">const</span> OptTable &Opts = <a class="code" href="https://clang.llvm.org/doxygen/classclang_1_1driver_1_1ToolChain.html#a07dab26687a39da186aa21f14abb49f3" style="color: rgb(70, 101, 162); text-decoration: none;">getDriver</a>().<a class="code" href="https://clang.llvm.org/doxygen/classclang_1_1driver_1_1Driver.html#ab5df585a9901dccb1eb6de21b1f311cd" style="color: rgb(70, 101, 162); text-decoration: none;">getOpts</a>();</div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><a name="l01656" style="color: rgb(61, 87, 140);" class=""></a><span class="lineno" style="-webkit-user-select: none; padding-right: 4px; text-align: right; border-right-width: 2px; border-right-style: solid; border-right-color: rgb(0, 255, 0); background-color: rgb(232, 232, 232); white-space: pre;"> 1656</span> </div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><a name="l01657" style="color: rgb(61, 87, 140);" class=""></a><span class="lineno" style="-webkit-user-select: none; padding-right: 4px; text-align: right; border-right-width: 2px; border-right-style: solid; border-right-color: rgb(0, 255, 0); background-color: rgb(232, 232, 232); white-space: pre;"> 1657</span>   <span class="comment" style="color: rgb(128, 0, 0);">// Support allowing the SDKROOT environment variable used by xcrun and other</span></div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><a name="l01658" style="color: rgb(61, 87, 140);" class=""></a><span class="lineno" style="-webkit-user-select: none; padding-right: 4px; text-align: right; border-right-width: 2px; border-right-style: solid; border-right-color: rgb(0, 255, 0); background-color: rgb(232, 232, 232); white-space: pre;"> 1658</span>   <span class="comment" style="color: rgb(128, 0, 0);">// Xcode tools to define the default sysroot, by making it the default for</span></div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><a name="l01659" style="color: rgb(61, 87, 140);" class=""></a><span class="lineno" style="-webkit-user-select: none; padding-right: 4px; text-align: right; border-right-width: 2px; border-right-style: solid; border-right-color: rgb(0, 255, 0); background-color: rgb(232, 232, 232); white-space: pre;"> 1659</span>   <span class="comment" style="color: rgb(128, 0, 0);">// isysroot.</span></div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><a name="l01660" style="color: rgb(61, 87, 140);" class=""></a><span class="lineno" style="-webkit-user-select: none; padding-right: 4px; text-align: right; border-right-width: 2px; border-right-style: solid; border-right-color: rgb(0, 255, 0); background-color: rgb(232, 232, 232); white-space: pre;"> 1660</span>   <span class="keywordflow" style="color: rgb(224, 128, 0);">if</span> (<span class="keyword" style="color: rgb(0, 128, 0);">const</span> Arg *A = Args.getLastArg(options::OPT_isysroot)) {</div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><a name="l01661" style="color: rgb(61, 87, 140);" class=""></a><span class="lineno" style="-webkit-user-select: none; padding-right: 4px; text-align: right; border-right-width: 2px; border-right-style: solid; border-right-color: rgb(0, 255, 0); background-color: rgb(232, 232, 232); white-space: pre;"> 1661</span>     <span class="comment" style="color: rgb(128, 0, 0);">// Warn if the path does not exist.</span></div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><a name="l01662" style="color: rgb(61, 87, 140);" class=""></a><span class="lineno" style="-webkit-user-select: none; padding-right: 4px; text-align: right; border-right-width: 2px; border-right-style: solid; border-right-color: rgb(0, 255, 0); background-color: rgb(232, 232, 232); white-space: pre;"> 1662</span>     <span class="keywordflow" style="color: rgb(224, 128, 0);">if</span> (!<a class="code" href="https://clang.llvm.org/doxygen/classclang_1_1driver_1_1ToolChain.html#a470fad84b09ec2876119aff3966d507a" style="color: rgb(70, 101, 162); text-decoration: none;">getVFS</a>().exists(A->getValue()))</div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><a name="l01663" style="color: rgb(61, 87, 140);" class=""></a><span class="lineno" style="-webkit-user-select: none; padding-right: 4px; text-align: right; border-right-width: 2px; border-right-style: solid; border-right-color: rgb(0, 255, 0); background-color: rgb(232, 232, 232); white-space: pre;"> 1663</span>       <a class="code" href="https://clang.llvm.org/doxygen/classclang_1_1driver_1_1ToolChain.html#a07dab26687a39da186aa21f14abb49f3" style="color: rgb(70, 101, 162); text-decoration: none;">getDriver</a>().<a class="code" href="https://clang.llvm.org/doxygen/classclang_1_1driver_1_1Driver.html#a61db7c2f0eb35004127f49fec7a4a121" style="color: rgb(70, 101, 162); text-decoration: none;">Diag</a>(clang::diag::warn_missing_sysroot) << A->getValue();</div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><a name="l01664" style="color: rgb(61, 87, 140);" class=""></a><span class="lineno" style="-webkit-user-select: none; padding-right: 4px; text-align: right; border-right-width: 2px; border-right-style: solid; border-right-color: rgb(0, 255, 0); background-color: rgb(232, 232, 232); white-space: pre;"> 1664</span>   } <span class="keywordflow" style="color: rgb(224, 128, 0);">else</span> {</div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><a name="l01665" style="color: rgb(61, 87, 140);" class=""></a><span class="lineno" style="-webkit-user-select: none; padding-right: 4px; text-align: right; border-right-width: 2px; border-right-style: solid; border-right-color: rgb(0, 255, 0); background-color: rgb(232, 232, 232); white-space: pre;"> 1665</span>     <span class="keywordflow" style="color: rgb(224, 128, 0);">if</span> (<span class="keywordtype" style="color: rgb(96, 64, 32);">char</span> *env = ::getenv(<span class="stringliteral" style="color: rgb(0, 32, 128);">"SDKROOT"</span>)) {</div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><a name="l01666" style="color: rgb(61, 87, 140);" class=""></a><span class="lineno" style="-webkit-user-select: none; padding-right: 4px; text-align: right; border-right-width: 2px; border-right-style: solid; border-right-color: rgb(0, 255, 0); background-color: rgb(232, 232, 232); white-space: pre;"> 1666</span>       <span class="comment" style="color: rgb(128, 0, 0);">// We only use this value as the default if it is an absolute path,</span></div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><a name="l01667" style="color: rgb(61, 87, 140);" class=""></a><span class="lineno" style="-webkit-user-select: none; padding-right: 4px; text-align: right; border-right-width: 2px; border-right-style: solid; border-right-color: rgb(0, 255, 0); background-color: rgb(232, 232, 232); white-space: pre;"> 1667</span>       <span class="comment" style="color: rgb(128, 0, 0);">// exists, and it is not the root path.</span></div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><a name="l01668" style="color: rgb(61, 87, 140);" class=""></a><span class="lineno" style="-webkit-user-select: none; padding-right: 4px; text-align: right; border-right-width: 2px; border-right-style: solid; border-right-color: rgb(0, 255, 0); background-color: rgb(232, 232, 232); white-space: pre;"> 1668</span>       <span class="keywordflow" style="color: rgb(224, 128, 0);">if</span> (llvm::sys::path::is_absolute(env) && <a class="code" href="https://clang.llvm.org/doxygen/classclang_1_1driver_1_1ToolChain.html#a470fad84b09ec2876119aff3966d507a" style="color: rgb(70, 101, 162); text-decoration: none;">getVFS</a>().exists(env) &&</div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><a name="l01669" style="color: rgb(61, 87, 140);" class=""></a><span class="lineno" style="-webkit-user-select: none; padding-right: 4px; text-align: right; border-right-width: 2px; border-right-style: solid; border-right-color: rgb(0, 255, 0); background-color: rgb(232, 232, 232); white-space: pre;"> 1669</span>           StringRef(env) != <span class="stringliteral" style="color: rgb(0, 32, 128);">"/"</span>) {</div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><a name="l01670" style="color: rgb(61, 87, 140);" class=""></a><span class="lineno" style="-webkit-user-select: none; padding-right: 4px; text-align: right; border-right-width: 2px; border-right-style: solid; border-right-color: rgb(0, 255, 0); background-color: rgb(232, 232, 232); white-space: pre;"> 1670</span>         Args.append(Args.MakeSeparateArg(</div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><a name="l01671" style="color: rgb(61, 87, 140);" class=""></a><span class="lineno" style="-webkit-user-select: none; padding-right: 4px; text-align: right; border-right-width: 2px; border-right-style: solid; border-right-color: rgb(0, 255, 0); background-color: rgb(232, 232, 232); white-space: pre;"> 1671</span>             <span class="keyword" style="color: rgb(0, 128, 0);">nullptr</span>, Opts.getOption(options::OPT_isysroot), env));</div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><a name="l01672" style="color: rgb(61, 87, 140);" class=""></a><span class="lineno" style="-webkit-user-select: none; padding-right: 4px; text-align: right; border-right-width: 2px; border-right-style: solid; border-right-color: rgb(0, 255, 0); background-color: rgb(232, 232, 232); white-space: pre;"> 1672</span>       }</div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><a name="l01673" style="color: rgb(61, 87, 140);" class=""></a><span class="lineno" style="-webkit-user-select: none; padding-right: 4px; text-align: right; border-right-width: 2px; border-right-style: solid; border-right-color: rgb(0, 255, 0); background-color: rgb(232, 232, 232); white-space: pre;"> 1673</span>     }</div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><a name="l01674" style="color: rgb(61, 87, 140);" class=""></a><span class="lineno" style="-webkit-user-select: none; padding-right: 4px; text-align: right; border-right-width: 2px; border-right-style: solid; border-right-color: rgb(0, 255, 0); background-color: rgb(232, 232, 232); white-space: pre;"> 1674</span>   }</div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><a name="l01675" style="color: rgb(61, 87, 140);" class=""></a><span class="lineno" style="-webkit-user-select: none; padding-right: 4px; text-align: right; border-right-width: 2px; border-right-style: solid; border-right-color: rgb(0, 255, 0); background-color: rgb(232, 232, 232); white-space: pre;"> 1675</span> </div></div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><br class=""></div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><br class=""></div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><br class=""></div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);">I have tried the route of setting SDKROOT, with some success.</div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><br class=""></div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><<a href="https://github.com/macports/macports-base/pull/147" class="">https://github.com/macports/macports-base/pull/147</a>></div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><br class=""></div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><br class=""></div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);">Best,</div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><br class=""></div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);">Ken</div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><br class=""></div><div class="line" style="font-stretch: normal; font-size: 13px; line-height: 1; font-family: monospace, fixed; min-height: 13px; white-space: pre-wrap; word-wrap: break-word; text-indent: -53px; padding-left: 53px; padding-bottom: 0px; margin: 0px; transition-property: background-color, box-shadow; transition-duration: 0.5s; background-color: rgb(251, 252, 253);"><br class=""></div></body></html>