Date: Sat, 27 Nov 2004 05:48:23 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk13/files patch-gcc.make patch-gcc30.make patch-gcc31.make patch-gcc32.make Message-ID: <200411270548.iAR5mNaT078683@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glewis 2004-11-27 05:48:23 UTC FreeBSD ports repository Added files: java/jdk13/files patch-gcc.make patch-gcc30.make patch-gcc31.make patch-gcc32.make Log: . Fix the build with gcc 3.4 part 2/2. Don't use the flag -fmemoize-lookups as gcc 3.4 doesn't understand it. [1] . Use CXX and CXXFLAGS for compiling C++ code, not CPP and CPPFLAGS. Also, respect the setting of CXX and CXXFLAGS. PR: 71516 [1] Submitted by: Damir Kiramov <damirycha@damirycha.net.ru> [1] Revision Changes Path 1.1 +24 -0 ports/java/jdk13/files/patch-gcc.make (new) 1.1 +15 -0 ports/java/jdk13/files/patch-gcc30.make (new) 1.1 +24 -0 ports/java/jdk13/files/patch-gcc31.make (new) 1.1 +24 -0 ports/java/jdk13/files/patch-gcc32.make (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411270548.iAR5mNaT078683>