Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2005 09:39:56 +0200
From:      Alexander Leidinger <Alexander@Leidinger.net>
To:        obrien@FreeBSD.org
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/editors/vim Makefile
Message-ID:  <20051025093956.aq9wyakvcoww4o84@netchild.homeip.net>
In-Reply-To: <20051025051555.GD55418@dragon.NUXI.org>
References:  <200510240034.j9O0YDgG047096@repoman.freebsd.org> <20051024143613.hu726dyokc4wco88@netchild.homeip.net> <20051025051555.GD55418@dragon.NUXI.org>

next in thread | previous in thread | raw e-mail | index | archive | help
David O'Brien <obrien@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.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051025093956.aq9wyakvcoww4o84>