9.3 PREFIX minor changes:
- don't mention scripts/Makefiles - don't suggest USE_X_PREFIX when linking with X libs
This commit is contained in:
parent
1d06d98a7d
commit
b03d1e5852
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28424
1 changed files with 2 additions and 2 deletions
|
@ -6799,7 +6799,7 @@ as .putsy.conf and edit it.</programlisting>
|
|||
automatic; otherwise, this can often be done by simply replacing the
|
||||
occurrences of <filename>/usr/local</filename> (or
|
||||
<filename>/usr/X11R6</filename> for X ports that do not use imake)
|
||||
in the various <filename>scripts/Makefile</filename>s in the port to read
|
||||
in the various <filename>Makefile</filename>s in the port to read
|
||||
<makevar>${PREFIX}</makevar>, as this variable is automatically passed
|
||||
down to every stage of the build and install processes.</para>
|
||||
|
||||
|
@ -6821,7 +6821,7 @@ as .putsy.conf and edit it.</programlisting>
|
|||
to do that while you have it installed would do that.</para>
|
||||
|
||||
<para>Do not set <makevar>USE_X_PREFIX</makevar> unless your port
|
||||
truly requires it (i.e., it links against X libs or it needs to
|
||||
truly requires it (i.e., it needs to
|
||||
reference files in <makevar>X11BASE</makevar>).</para>
|
||||
|
||||
<para>The variable <makevar>PREFIX</makevar> can be reassigned in your
|
||||
|
|
Loading…
Reference in a new issue