Date: Mon, 27 Nov 2000 01:51:14 +0100 From: Herbert <h.j.s@gmx.at> To: freebsd-ports@FreeBSD.ORG Subject: /usr/ports/x11-toolkits/qt22/ Message-ID: <20001127015114.A16914@freebsd2.rocks>
next in thread | raw e-mail | index | archive | help
Hei! Today I recompiled XFree-4.0.1 with hardware acceleration for my matrox G400 and mesa with XFREE_VERSION=4. Afterwards I wasn't able to build the qt22-port, because it couldn't find GL1.4. I only have libGL.so.1 in /usr/X11R6/lib. This is defined in /usr/ports/Mk/bsd.port.mk: .if defined(USE_MESA) LIB_DEPENDS+= GL.14:$PORTSDIR/graphics/Mesa3 .endif I had to change that to "LIB_DEPENDS+= GL.1:$PORTSDIR/graphics/Mesa3". When I built mesa without XFREE_VERSION=4 a few days ago, I had no problems to build the qt22-port. Is there something wrong on my system? My ports collection? Regards, Herbert 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?20001127015114.A16914>