Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Aug 1999 12:19:47 +0900
From:      =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= <nakai@internetsolutions.co.jp>
To:        Chris Piazza <cpiazza@home.net>
Cc:        Will Andrews <andrews@TECHNOLOGIST.COM>, Scott Michel <scottm@CS.UCLA.EDU>, FreeBSD Ports List <freebsd-ports@FreeBSD.ORG>
Subject:   Re: Compile KDE with PREFIX set?
Message-ID:  <37C360D3.53896EB2@internetsolutions.co.jp>
References:  <37C30F55.7770700A@cs.ucla.edu> <XFMail.990824174133.andrews@TECHNOLOGIST.COM> <19990824145302.D56588@norn.ca.eu.org>

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

I think Scott says the problem is that the KDE configure automatically
add search path -L${PREFIX}/lib , not -L/usr/local/lib.

If so, add 

CONFIGURE_ENV+= LIBS='-L${LOCALBASE}/lib'

to the Makefile in the ports.

Chris Piazza wrote:
> 
> On Tue, Aug 24, 1999 at 05:41:33PM -0400, Will Andrews wrote:
> > On 24-Aug-99 Scott Michel wrote:
> > > I'm compiling up kde11 with PREFIX set:
> > >
> > >       make PREFIX=/usr/local/kde
> >
> > Why are you compiling it with this PREFIX? KDE installs fine with the usual
> > /usr/local PREFIX.
> >
> > > Anyone got a good workaround?
> >
> > Leave PREFIX alone. That'll solve your problem.
> 
> Wrong solution: that's what it's for.  The real solution is to use
> -L${LOCALBASE}/lib instead of -L${PREFIX}/lib.
> 
> -Chris
> --
> cpiazza@home.net              cpiazza@FreeBSD.org
> "It's better to be quotable than to be honest."
>                                    --Tom Stoppard
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-ports" in the body of the message

--------------
Yukihiro Nakai


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?37C360D3.53896EB2>