pkgsrc-Bugs archive

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

Re: pkg/43634: multimedia/xvidcore fails to build on SunOS [patch]



On Mon, Jul 26, 2010 at 12:40 PM, David Holland
<dholland-pbugs%netbsd.org@localhost> wrote:
> The following reply was made to PR pkg/43634; it has been noted by GNATS.
>
> From: David Holland <dholland-pbugs%netbsd.org@localhost>
> To: gnats-bugs%NetBSD.org@localhost
> Cc:
> Subject: Re: pkg/43634: multimedia/xvidcore fails to build on SunOS [patch]
> Date: Mon, 26 Jul 2010 17:39:10 +0000
>
>  On Sun, Jul 18, 2010 at 09:30:00AM +0000, cheusov%tut.by@localhost wrote:
>  >
>  > -.if !empty(PKGSRC_COMPILER:Msunpro)
>  > +.if $(OPSYS) == "SunOS"
>  >  CFLAGS+=               -D__inline=inline
>  >  SUBST_CLASSES+=                ld
>  >  SUBST_MESSAGE.ld=      Fixing linker arguments for Solaris
>
>  Shouldn't the CFLAGS remain attached to sunpro?

Not sure, but as a data point, building with gcc34-3.4.6nb3 and the
above patch on solaris 10 sparc, produces no complaints about use of
inline.

 - Tim


Home | Main Index | Thread Index | Old Index