From owner-freebsd-ports@FreeBSD.ORG Tue Jul 22 05:30:37 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 BBF2037B401; Tue, 22 Jul 2003 05:30:37 -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 EEA2D43F93; Tue, 22 Jul 2003 05:30:34 -0700 (PDT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 4B9D638810; Tue, 22 Jul 2003 14:30:33 +0200 (CEST) Date: Tue, 22 Jul 2003 14:30:33 +0200 From: Simon Barner To: Kris Kennaway Message-ID: <20030722123033.GE552@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="1y1tiN5hVw5cPBDe" 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 X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@FreeBSD.org cc: current@FreeBSD.org Subject: Re: Fixing gcc 3.3 compile failures -- patch for graphics/gsculpt 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: Tue, 22 Jul 2003 12:30:38 -0000 --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--