pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/devel/at-spi2-atk



- I don't see a build error
- meson checks for c_std=c99

What is it you are trying to fix?

Cheers,

Patrick

On Tue, Oct 22, 2019 at 10:10:40PM +0900, Ryo ONODERA wrote:
> Hi,
> 
> meson checks c++.
> It may be vogus error.
> 
> On Tue, Oct 22, 2019 at 9:50 PM Patrick Welche <prlw1%cam.ac.uk@localhost> wrote:
> >
> > What in at-spi2-atk needs c++?
> >
> >
> >
> > On Tue, Oct 22, 2019 at 11:18:49AM +0000, Ryo ONODERA wrote:
> > > Module Name:  pkgsrc
> > > Committed By: ryoon
> > > Date:         Tue Oct 22 11:18:49 UTC 2019
> > >
> > > Modified Files:
> > >       pkgsrc/devel/at-spi2-atk: Makefile
> > >
> > > Log Message:
> > > Fix build error, c++ not found
> > >
> > >
> > > To generate a diff of this commit:
> > > cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/at-spi2-atk/Makefile
> > >
> > > Please note that diffs are not public domain; they are subject to the
> > > copyright notices on the relevant files.
> > >
> >
> > > Modified files:
> > >
> > > Index: pkgsrc/devel/at-spi2-atk/Makefile
> > > diff -u pkgsrc/devel/at-spi2-atk/Makefile:1.23 pkgsrc/devel/at-spi2-atk/Makefile:1.24
> > > --- pkgsrc/devel/at-spi2-atk/Makefile:1.23    Mon Oct  7 09:28:10 2019
> > > +++ pkgsrc/devel/at-spi2-atk/Makefile Tue Oct 22 11:18:49 2019
> > > @@ -1,4 +1,4 @@
> > > -# $NetBSD: Makefile,v 1.23 2019/10/07 09:28:10 prlw1 Exp $
> > > +# $NetBSD: Makefile,v 1.24 2019/10/22 11:18:49 ryoon Exp $
> > >
> > >  DISTNAME=    at-spi2-atk-2.33.2
> > >  CATEGORIES=  devel gnome
> > > @@ -10,6 +10,7 @@ HOMEPAGE=   http://www.linuxfoundation.org
> > >  COMMENT=     Assistive Technology Service Provider Interface A11y Toolkit
> > >  LICENSE=     gnu-lgpl-v2
> > >
> > > +USE_LANGUAGES+=      c c++
> > >  USE_TOOLS+=  pkg-config
> > >
> > >  PKGCONFIG_OVERRIDE=  output/meson-private/atk-bridge-2.0.pc
> > >
> >



Home | Main Index | Thread Index | Old Index