cvs commit: ports/editors/vim Makefile

Alexander Leidinger Alexander at Leidinger.net
Tue Oct 25 00:40:04 PDT 2005


David O'Brien <obrien at FreeBSD.org> wrote:

> The issue is the autoconfig script has /usr/local/include and
> /usr/local hard coded in it (ac_default_prefix=/usr/local).
>
>> But PREFIX is not right for a non-standard LOCALBASE/X11BASE. What is
>> this commit supposed to do?
>
> To tell the truth I'm not sure the exact case Kris was trying to allow.
> You are right that ac_default_prefix=${LOCALBASE} may be a better
> substitution.

For GTK and gnome you can use the corresponding options to configure to tell
it where they are located. For every other lib it should be enough to add
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" and
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" (not tested...),
don't you think too?

Bye,
Alexander.

-- 
http://www.Leidinger.net  Alexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org     netchild @ FreeBSD.org  : PGP ID = 72077137
The person you rejected yesterday could make you happy, if you say yes.




More information about the cvs-ports mailing list