New FAQ entry, what to do if an X app depends on XFree86 3.3.6,
but XFree86 4.x is installed. PR: docs/36097 Submitted by: Martin Karlsson <martin.karlsson@visit.se>
This commit is contained in:
parent
7034b3fb38
commit
068b883b8e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12570
1 changed files with 15 additions and 0 deletions
|
@ -8032,6 +8032,21 @@ UserConfig> <userinput>quit</userinput></screen>
|
|||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="xfree86-version">
|
||||
<para>An X app I am building depends on XFree86 3.3.x, but I
|
||||
have XFree86 4.x installed. What should I do?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>To tell the port build to link to the XFree86 4.x libraries,
|
||||
add the following to <filename>/etc/make.conf</filename>, (if you
|
||||
do not have this file, create it):</para>
|
||||
|
||||
<programlisting>XFREE86_VERSION= 4</programlisting>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="mouse-button-reverse">
|
||||
<para>How do I reverse the mouse buttons?</para>
|
||||
|
|
Loading…
Reference in a new issue