Date: Sat, 5 May 2007 15:17:34 -0400 From: Kris Kennaway <kris@obsecurity.org> To: Kris Kennaway <kris@obsecurity.org> Cc: x11@FreeBSD.org, kde@FreeBSD.org, mi@freeBSD.org Subject: Re: qt assumes /usr/X11R6 Message-ID: <20070505191734.GD21388@xor.obsecurity.org> In-Reply-To: <20070505165350.GA62215@xor.obsecurity.org> References: <20070505163649.GA61199@xor.obsecurity.org> <20070505165350.GA62215@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, May 05, 2007 at 12:53:51PM -0400, Kris Kennaway wrote: > On Sat, May 05, 2007 at 12:36:49PM -0400, Kris Kennaway wrote: > > qt needs to be patched to look in ${LOCALBASE} for the X libraries > > instead of assuming they are in /usr/X11R6. Can someone look at this > > ASAP? > > > > Kris > > This appears to come from qmake. Actually qmake just needs a version bump, it correctly patches /usr/X11R6 to ${X11BASE} (except for the freebsd-g++34 script which we dont seem to use), so it needs to redo this now that X11BASE is changing. flz has bumped this in git. I am hoping we don't need to also bump everything that uses qmake since nothing copies this definition into its own files (which is the issue with .la files) Kris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070505191734.GD21388>