Subject: Re: pkg/30909: arc-5.21enb1 Solaris x86 gcc
To: None <solaris-pkg-people@netbsd.org, gnats-admin@netbsd.org,>
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
List: pkgsrc-bugs
Date: 08/10/2005 13:56:01
The following reply was made to PR pkg/30909; it has been noted by GNATS.
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
To: gnats-bugs@netbsd.org, juan@xtrarom.org
Cc: dauphin@enst.fr
Subject: Re: pkg/30909: arc-5.21enb1 Solaris x86 gcc
Date: Wed, 10 Aug 2005 15:55:11 +0200 (CEST)
> Delivered-To: dauphin@enst.fr
> From: Juan RP <juan@xtrarom.org>
> To: gnats-bugs@netbsd.org
> Cc: dauphin@enst.fr
> Subject: Re: pkg/30909: arc-5.21enb1 Solaris x86 gcc
> X-AV-Checked: ClamAV using ClamSMTP
> X-Virus-Scanned: amavisd-new at enst.fr
>
> On Thu, 4 Aug 2005 10:04:00 +0000 (UTC)
> "Gilles Dauphin" <dauphin@enst.fr> wrote:
>
> > >Fix:
> >
> >
> > <root@u2: 592> pwd
> > /usr/pkgsrc/archivers/arc
> > <root@u2: 593> diff -bu Makefile.orig Makefile
> > --- Makefile.orig Fri Apr 15 06:36:45 2005
> > +++ Makefile Thu Aug 4 11:51:41 2005
> > @@ -26,3 +26,8 @@
> > ${INSTALL_MAN} ${WRKSRC}/arc.1 ${PREFIX}/man/man1/
> >
> > .include "../../mk/bsd.pkg.mk"
> > +
> > +.if ${OPSYS} == "SunOS" && ${LOWER_OPSYS} == "solaris"
> > +CFLAGS+= -DSYSV -DHAVE_ALPHASORT
> > +.endif
> > +
>
> You can simplify this with:
>
> CFLAGS.SunOS+= -DSYSV -DHAVE_ALPHASORT
I tryed it but does not work. Sorry.
Gilles