Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2000 20:44:39 +0200
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        Nevermind <never@nevermind.kiev.ua>
Cc:        George Reid <greid@dogma.freebsd-uk.eu.org>, freebsd-ports@FreeBSD.org
Subject:   Re: question about porting
Message-ID:  <3A1EB717.BFDFD7C3@FreeBSD.org>
References:  <20001124194337.B17181@nevermind.kiev.ua> <Pine.BSF.4.21.0011241752030.855-100000@sobek.openirc.co.uk> <20001124195453.D17181@nevermind.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
Nevermind wrote:

> Hello, George Reid!
>
> On Fri, Nov 24, 2000 at 05:52:54PM +0000, you wrote:
>
> > On Fri, 24 Nov 2000, Nevermind wrote:
> >
> > > Now I need to fix icqmail's Makefile.in
> > > what variables should I use to get right LIBS, and if it is correct that
> > > INCLUDES is the correct variable to add there -I/usr/local/include/oldicqlib ?
> > The gcc option for specify #include paths is -I as you stated. The
> > corresponding option for libraries is -L. All of this is listed in gcc(1).
> Yes, I know it, but I need help in format and variables of configure's
> Makefile.in format to make this includes/libs not to be hardcoded.

In ports's Makefile something like the following:
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/oldicqlib" \
                                    LDFLAGS="-L${LOCALBASE}/lib/oldicqlib"


-Maxim



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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