pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/30909: arc-5.21enb1 Solaris x86 gcc
The following reply was made to PR pkg/30909; it has been noted by GNATS.
From: Gilles Dauphin <Gilles.Dauphin%enst.fr@localhost>
To: gnats-bugs%netbsd.org@localhost, juan%xtrarom.org@localhost
Cc: dauphin%enst.fr@localhost
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@localhost
> From: Juan RP <juan%xtrarom.org@localhost>
> To: gnats-bugs%netbsd.org@localhost
> Cc: dauphin%enst.fr@localhost
> 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@localhost> 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
Home |
Main Index |
Thread Index |
Old Index