Whitespace-only fixes, translators please ignore.
This commit is contained in:
parent
281a0f50da
commit
417495a163
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44553
1 changed files with 19 additions and 16 deletions
|
@ -3846,8 +3846,9 @@ SUB_LIST+= OPT1="@comment " NO_OPT1=""
|
||||||
|
|
||||||
<para>For each
|
<para>For each
|
||||||
<literal><replaceable>key</replaceable>=<replaceable>value</replaceable></literal>
|
<literal><replaceable>key</replaceable>=<replaceable>value</replaceable></literal>
|
||||||
pair in <varname><replaceable>OPT</replaceable>_USE</varname>
|
pair in
|
||||||
the corresponding
|
<varname><replaceable>OPT</replaceable>_USE</varname> the
|
||||||
|
corresponding
|
||||||
<varname>USE_<replaceable>KEY</replaceable></varname>
|
<varname>USE_<replaceable>KEY</replaceable></varname>
|
||||||
variable will be set to <replaceable>value</replaceable>.
|
variable will be set to <replaceable>value</replaceable>.
|
||||||
If <replaceable>value</replaceable> has spaces in it,
|
If <replaceable>value</replaceable> has spaces in it,
|
||||||
|
@ -3879,8 +3880,8 @@ USE_XORG= x11 xextproto xext xrandr
|
||||||
or
|
or
|
||||||
<literal>--disable-${<replaceable>OPT</replaceable>_CONFIGURE_ENABLE}</literal>
|
<literal>--disable-${<replaceable>OPT</replaceable>_CONFIGURE_ENABLE}</literal>
|
||||||
will be added to <varname>CONFIGURE_ARGS</varname> depending
|
will be added to <varname>CONFIGURE_ARGS</varname> depending
|
||||||
on the value of the
|
on the value of the option
|
||||||
option <literal><replaceable>OPT</replaceable></literal>, for
|
<literal><replaceable>OPT</replaceable></literal>, for
|
||||||
example:</para>
|
example:</para>
|
||||||
|
|
||||||
<programlisting>OPTIONS_DEFINE= OPT1
|
<programlisting>OPTIONS_DEFINE= OPT1
|
||||||
|
@ -3936,8 +3937,9 @@ CONFIGURE_ARGS+= --without-test
|
||||||
<varname><replaceable>OPT</replaceable>_CONFIGURE_ON</varname>
|
<varname><replaceable>OPT</replaceable>_CONFIGURE_ON</varname>
|
||||||
is set then its value will be appended to
|
is set then its value will be appended to
|
||||||
<varname>CONFIGURE_ARGS</varname> depending on the status of
|
<varname>CONFIGURE_ARGS</varname> depending on the status of
|
||||||
the option <literal><replaceable>OPT</replaceable></literal>,
|
the option
|
||||||
for example:</para>
|
<literal><replaceable>OPT</replaceable></literal>, for
|
||||||
|
example:</para>
|
||||||
|
|
||||||
<programlisting>OPTIONS_DEFINE= OPT1
|
<programlisting>OPTIONS_DEFINE= OPT1
|
||||||
OPT1_CONFIGURE_ON= --add-test</programlisting>
|
OPT1_CONFIGURE_ON= --add-test</programlisting>
|
||||||
|
@ -3960,8 +3962,9 @@ CONFIGURE_ARGS+= --add-test
|
||||||
<varname><replaceable>OPT</replaceable>_CONFIGURE_OFF</varname>
|
<varname><replaceable>OPT</replaceable>_CONFIGURE_OFF</varname>
|
||||||
is set then its value will be appended to
|
is set then its value will be appended to
|
||||||
<varname>CONFIGURE_ARGS</varname> depending on the status of
|
<varname>CONFIGURE_ARGS</varname> depending on the status of
|
||||||
the option <literal><replaceable>OPT</replaceable></literal>,
|
the option
|
||||||
for example:</para>
|
<literal><replaceable>OPT</replaceable></literal>, for
|
||||||
|
example:</para>
|
||||||
|
|
||||||
<programlisting>OPTIONS_DEFINE= OPT1
|
<programlisting>OPTIONS_DEFINE= OPT1
|
||||||
OPT1_CONFIGURE_OFF= --no-test</programlisting>
|
OPT1_CONFIGURE_OFF= --no-test</programlisting>
|
||||||
|
@ -3981,11 +3984,11 @@ CONFIGURE_ARGS+= --no-test
|
||||||
<title><varname><replaceable>OPT</replaceable>_CMAKE_ON</varname></title>
|
<title><varname><replaceable>OPT</replaceable>_CMAKE_ON</varname></title>
|
||||||
|
|
||||||
<para>If
|
<para>If
|
||||||
<varname><replaceable>OPT</replaceable>_CMAKE_ON</varname> is
|
<varname><replaceable>OPT</replaceable>_CMAKE_ON</varname>
|
||||||
set then its value will be appended to
|
is set then its value will be appended to
|
||||||
<varname>CMAKE_ARGS</varname> depending on the status of the
|
<varname>CMAKE_ARGS</varname> depending on the status of the
|
||||||
option <literal><replaceable>OPT</replaceable></literal>, for
|
option <literal><replaceable>OPT</replaceable></literal>,
|
||||||
example:</para>
|
for example:</para>
|
||||||
|
|
||||||
<programlisting>OPTIONS_DEFINE= OPT1
|
<programlisting>OPTIONS_DEFINE= OPT1
|
||||||
OPT1_CMAKE_ON= -DTEST:BOOL=true</programlisting>
|
OPT1_CMAKE_ON= -DTEST:BOOL=true</programlisting>
|
||||||
|
@ -4005,11 +4008,11 @@ CMAKE_ARGS+= -DTEST:BOOL=true
|
||||||
<title><varname><replaceable>OPT</replaceable>_CMAKE_OFF</varname></title>
|
<title><varname><replaceable>OPT</replaceable>_CMAKE_OFF</varname></title>
|
||||||
|
|
||||||
<para>If
|
<para>If
|
||||||
<varname><replaceable>OPT</replaceable>_CMAKE_OFF</varname> is
|
<varname><replaceable>OPT</replaceable>_CMAKE_OFF</varname>
|
||||||
set then its value will be appended to
|
is set then its value will be appended to
|
||||||
<varname>CMAKE_ARGS</varname> depending on the status of the
|
<varname>CMAKE_ARGS</varname> depending on the status of the
|
||||||
option <literal><replaceable>OPT</replaceable></literal>, for
|
option <literal><replaceable>OPT</replaceable></literal>,
|
||||||
example:</para>
|
for example:</para>
|
||||||
|
|
||||||
<programlisting>OPTIONS_DEFINE= OPT1
|
<programlisting>OPTIONS_DEFINE= OPT1
|
||||||
OPT1_CMAKE_OFF= -DTEST:BOOL=false</programlisting>
|
OPT1_CMAKE_OFF= -DTEST:BOOL=false</programlisting>
|
||||||
|
|
Loading…
Reference in a new issue