Date: Thu, 26 Aug 1999 00:55:03 +0900 From: "R.IMURA" <imura@cs.titech.ac.jp> To: nakai@internetsolutions.co.jp Cc: cpiazza@home.net, andrews@TECHNOLOGIST.COM, scottm@CS.UCLA.EDU, freebsd-ports@FreeBSD.ORG Subject: Re: Compile KDE with PREFIX set? Message-ID: <19990826005503N.imura@cs.titech.ac.jp> In-Reply-To: <37C360D3.53896EB2@internetsolutions.co.jp> References: <XFMail.990824174133.andrews@TECHNOLOGIST.COM> <19990824145302.D56588@norn.ca.eu.org> <37C360D3.53896EB2@internetsolutions.co.jp>
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. I think so, too. > If so, add > > CONFIGURE_ENV+= LIBS='-L${LOCALBASE}/lib' > > to the Makefile in the ports. But after kdebase this try will be fail because kde can't link libraries under ${PREFIX}/lib, even though installing kdelibs succeeded. Removing followings from CONFIGURE_ARGS in kdesupport may solve it when ${PREFIX}!=${LOCALBASE}. "--without-libjpeg" "--without-libgif" "--without-libgdbm" "--without-libuulib" But this is a wrong(not smart) solution. ---- R. Imura 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?19990826005503N.imura>