From owner-freebsd-ports@FreeBSD.ORG Wed Jul 23 05:51:13 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABFAC37B401; Wed, 23 Jul 2003 05:51:13 -0700 (PDT) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12A9C43F75; Wed, 23 Jul 2003 05:51:13 -0700 (PDT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id A0D7F388B5; Wed, 23 Jul 2003 14:51:11 +0200 (CEST) Date: Wed, 23 Jul 2003 14:51:11 +0200 From: Simon Barner To: Kris Kennaway Message-ID: <20030723125111.GE566@zi025.glhnet.mhn.de> References: <20030718025200.GA36893@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="itqfrb9Qq3wY07cp" Content-Disposition: inline In-Reply-To: <20030718025200.GA36893@rot13.obsecurity.org> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: ports@FreeBSD.org cc: current@FreeBSD.org Subject: Re: Fixing gcc 3.3 compile failures -- fix for graphics/xmms-gforce X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2003 12:51:14 -0000 --itqfrb9Qq3wY07cp Content-Type: multipart/mixed; boundary="3VRmKSg17yJg2MZg" Content-Disposition: inline --3VRmKSg17yJg2MZg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline --3VRmKSg17yJg2MZg Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-_Unix-X::libxpce::xvhandler.c" Content-Transfer-Encoding: quoted-printable --- _Unix-X/libxpce/xvhandler.c.orig Wed Jul 23 04:43:19 2003 +++ _Unix-X/libxpce/xvhandler.c Wed Jul 23 04:44:31 2003 @@ -342,7 +342,7 @@ =20 /* x_DCTCEDoComp() - Do one component for DCTCE */ int x_DCTCEDoComp(int mask, int color) { - static const char cnames[] =3D { "red", "green", "blue" }; + static const char cnames[3][20] =3D { "red", "green", "blue" }; static const char cflags[] =3D { DoRed, DoGreen, DoBlue };=20 static unsigned long int * const carrays[] =3D { X_redmap,=20 X_greenmap,=20 --3VRmKSg17yJg2MZg-- --itqfrb9Qq3wY07cp Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/HoS/Ckn+/eutqCoRAntEAKCsX9mDyWhIST3kl+jN1FBY5Hrp0gCfQZOp eRH1zXmTtI4CjIqYrPj9UHo= =x/CZ -----END PGP SIGNATURE----- --itqfrb9Qq3wY07cp--