- Document WX_CONF_ARGS

Submitted by:	alepulver
This commit is contained in:
Pav Lucistnik 2006-11-30 23:52:09 +00:00
parent b7f84cb192
commit 7fc69899a1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=29153

View file

@ -6797,6 +6797,45 @@ PLIST_SUB+= VERSION="${VER_STR}"
need of <makevar>WX_PREMK</makevar>.</para>
</note>
</sect2>
<sect2 id="wx-additional-config-args">
<title>Additional <command>configure</command> arguments</title>
<para>Some GNU <command>configure</command> scripts can not find
<application>wxWidgets</application> with just the
<literal>WX_CONFIG</literal> environment variable set, requiring
additional arguments. The <makevar>WX_CONF_ARGS</makevar> variable
can be used for provide them.</para>
<table frame="none">
<title>Legal values for <makevar>WX_CONF_ARGS</makevar></title>
<tgroup cols="2">
<thead>
<row>
<entry>Possible value</entry>
<entry>Resulting argument</entry>
</row>
</thead>
<tbody>
<row>
<entry><literal>absolute</literal></entry>
<entry><literal>--with-wx-config=${WX_CONFIG}</literal></entry>
</row>
<row>
<entry><literal>relative</literal></entry>
<entry><literal>--with-wx=${X11BASE}
--with-wx-config=${WX_CONFIG:T}</literal></entry>
</row>
</tbody>
</tgroup>
</table>
</sect2>
</sect1>
<sect1 id="using-lua">