Subject: Re: qt vs. qt-mt?
To: Hubert Feyrer <hubert@feyrer.de>
From: Soren Jacobsen <snj@pobox.com>
List: tech-pkg
Date: 09/15/2004 14:06:15
On 09/15 11:41, Hubert Feyrer wrote:
>
> I'm trying to update xsidplay
Ah, I was going to do that too, but since you're working on it... ;)
> which needs qt3 for the latest version.
> Aparently I only have libqt-mt, but no libqt - is there some elegant way
> to tell it to go for qt-mt instead of qt?
Have a look at PR pkg/26465, which sets LIBS in configure. You could also
use BUILDLINK_TRANSFORM+=l:qt:qt-mt to avoid a patch.