Date: Tue, 22 Jul 2003 14:30:33 +0200 From: Simon Barner <barner@in.tum.de> To: Kris Kennaway <kris@obsecurity.org> Cc: current@FreeBSD.org Subject: Re: Fixing gcc 3.3 compile failures -- patch for graphics/gsculpt Message-ID: <20030722123033.GE552@zi025.glhnet.mhn.de> In-Reply-To: <20030718025200.GA36893@rot13.obsecurity.org> References: <20030718025200.GA36893@rot13.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--1y1tiN5hVw5cPBDe Content-Type: multipart/mixed; boundary="F4+N/OgRSdC8YnqX" Content-Disposition: inline --F4+N/OgRSdC8YnqX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline patch-Makefile is in order to make the port respect the CC and CXX variables. gsculpt-gcc33-patches.tar.gz contains a whole bunch of patches, mostly 'using std::foo' stuff. Cheers, Simon --F4+N/OgRSdC8YnqX Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-Makefile Content-Transfer-Encoding: quoted-printable --- Makefile.orig Mon Jul 21 19:59:12 2003 +++ Makefile Mon Jul 21 19:59:38 2003 @@ -27,7 +27,6 @@ =20 # C =20 -CC :=3D gcc CFLAGS =3D ${DEPENDFLAGS} =20 %.o : %.c @@ -35,7 +34,6 @@ =20 # C++ =20 -CXX :=3D g++ CXXFLAGS =3D ${DEPENDFLAGS} =20 %.o : %.cc @@ -57,7 +55,7 @@ =20 # linker =20 -LINKER :=3D g++ +LINKER :=3D ${CXX} LDFLAGS =3D=20 LOADLIBES :=3D -O3 -lm `gtk-config --libs` =20 --F4+N/OgRSdC8YnqX-- --1y1tiN5hVw5cPBDe 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/HS5oCkn+/eutqCoRAttwAKCPp3kIlKL5r5PYXAIgNi9HX2HuWQCgtXyB 3pBSHHc1MoUEKaFMLMvezmg= =sMoB -----END PGP SIGNATURE----- --1y1tiN5hVw5cPBDe--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030722123033.GE552>