<html theme="default-light" iconset="color"><head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body
 style="font-family: Helvetica,Arial,sans-serif; font-size: 12px;" 
text="#000000">
<div style="font-size: 12px;font-family: Helvetica,Arial,sans-serif;">I 
am trying to sett the xcode setting HEADER_SEARCH_PATHS in a portfile. 
Id like to add two paths $prefix/include and ./libhb.<br><br>I tried 
gazillion varaints of {} or "", but somehow TCL always adds {} or "" at 
some unexpected position so that xcodebuild fails.<br><br>----- portfile
 start ------<br><br>set header_searchpath "$prefix/include ./libhb"<br>xcode.destroot.settings
 HEADER_SEARCH_PATHS=$header_searchpath<br><br>----- portfile end ------<br><br>When
 trying to build this port, the resulting xcode command looks like this:<br><br>xcodebuild
 ... "{HEADER_SEARCH_PATHS=/opt/local/include" "./libhb}"<br><br>This 
obviously fails. What do I need to do in my portfile to have a xcode 
command like this:<br><br>xcodebuild ... 
HEADER_SEARCH_PATHS="/opt/local/include ./libhb"<br><br>?<br></div>
</body>
</html>