Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: upgrading via source from 7.1.2 dependencies



Greg Troxel <gdt%lexort.com@localhost> wrote:
>  [need xsrc to build]
>
>I am guessing that the tool build is trying to build some X tools, even
>if later they will not be used.  If this is right, I see two options for
>you
>
>1) conditionalize the tools build to not build the x tools if MKX11 is
>off.

It looks to be conditional to me.

src/tools/Makefile has:

.if ${MKX11} != "no" 
SUBDIR+=        makestrs
SUBDIR+=        makekeys
.endif


Home | Main Index | Thread Index | Old Index