pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Qt6 needs patch?
On Wed, 2023-06-28 at 14:01 -0500, Jason Bacon wrote:
> On 6/28/23 11:41, Benny Siegert wrote:
> > >
> > > I see that x11/qt6-qtbase/Makefile.common contains
> > >
> > > # https://doc.qt.io/qt-6/supported-platforms.html
> > > GCC_REQD+= 9
> > >
> > > (However, that's not included in the buildlink settings.)
> >
> > Then it probably should.
> >
> > —
> > Benny
> >
>
> This fixes the qmediamanager build. Shall I commit?
>
> --- x11/qt6-qtbase/buildlink3.mk 22 May 2023 21:00:15 -
> 0000 1.6
> +++ x11/qt6-qtbase/buildlink3.mk 28 Jun 2023 19:00:45 -0000
> @@ -17,6 +17,9 @@
> QTDIR= ${BUILDLINK_PREFIX.qt6-qtbase}/qt6
> CMAKE_PREFIX_PATH+= ${QTDIR}
>
> +# https://doc.qt.io/qt-6/supported-platforms.html
> +GCC_REQD+= 9
> +
> CONFIGURE_ENV+= QTDIR=${QTDIR}
> MAKE_ENV+= QTDIR=${QTDIR}
Seems reasonable to me.
Dave
Home |
Main Index |
Thread Index |
Old Index