Subject: buildlink3'ing qt3-tools
To: None <tech-pkg@netbsd.org>
From: Adam Ciarcinski <adam@albedo.art.pl>
List: tech-pkg
Date: 05/14/2004 12:02:50
Hi,

I'm trying to make qt3 packages use buildlink3.  For qt3-libs it's okay,
but I ran into a problem with qt3-tools.  During the configure phase it
builds a tools called 'uic' which is linked against several X11 libs
located in ${WRKDIR}/.buildlink.  But then it wants to use 'uic' in the
build phase, these X11 libraries cannot be (obviously) resolved by ld.so.

It would be easy if there was a Makefile to modify, but qt3 uses it's own
makefile generator, and all Makefiles use LIBTOOL.

Could someone possibly give me a hand with this issue, please?

Thanks :)

Kind regards,
Adam