On Sat, Oct 23, 2010 at 03:49:48PM +0000, Christian Weisgerber wrote:
> Christian Weisgerber <[email protected]> wrote:
>
> > * Add -qt client (and no_qt flavor).
> >
> > lib-depends-check reports some "extra" libraries for -qt. That's
> > an artifact of linking only against libcurl without explicitly
> > linking libcurl's dependencies... because we don't have pkg-config
> > information about curl.
>
> The -qt subpackage is only enabled on gcc4 archs.
> (It doesn't build with gcc3 and it also needs a gcc4-built Qt4.)
> +.if !${FLAVOR:L:Mno_qt} && ${COMPILER_VERSION:L:Mgcc4*}
> +MULTI_PACKAGES+=-qt
I think ONLY_FOR_ARCHS-qt=${GCC4_ARCHS} makes more sense. dpb doesn't
really like when MULTI_PACKAGES is raped in .if blocks...
Landry