Subject: Re: pkg/35948: audio/xmms gcc4.1.2 solaris
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-bugs
Date: 03/08/2007 14:25:02
The following reply was made to PR pkg/35948; it has been noted by GNATS.
From: Joerg Sonnenberger <joerg@britannica.bec.de>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: pkg/35948: audio/xmms gcc4.1.2 solaris
Date: Thu, 8 Mar 2007 15:20:51 +0100
On Thu, Mar 08, 2007 at 10:10:03AM +0000, Gilles Dauphin wrote:
> --- Output/solaris/Sun.c.orig Fri Apr 27 00:31:34 2001
> +++ Output/solaris/Sun.c Thu Mar 8 11:02:39 2007
> @@ -5,7 +5,7 @@
> #include "config.h"
> #include "xmms/i18n.h"
>
> -static OutputPlugin op =
> +OutputPlugin op =
> {
> NULL,
> NULL,
>
>
Is op used anywhere else? It shouldn't have compiled otherwise before,
so the forward declarion in the header could be wrong and useless as
well.
Joerg