Date: Sun, 14 Dec 2003 23:45:53 -0800 (PST) From: "David E. O'Brien" <obrien@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gcc34 Makefile ports/lang/gcc34/files patch-gcc-Makefile.in patch-gcc-configure Message-ID: <200312150745.hBF7jrRe070239@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2003/12/14 23:45:53 PST FreeBSD ports repository Modified files: lang/gcc34 Makefile Added files: lang/gcc34/files patch-gcc-Makefile.in patch-gcc-configure Log: * Deal with GCC's configurary's assumption that /usr/local/{include,lib} are searched automatically by the compiler by using --with-libiconv-prefix. W/o --with-libiconv-prefix, 'configure' finds the lib, but not the header. During the make, neither will be found; a lot of inconsistency here... * Deal with GCC's configurary's brokenness WRT --with-libiconv-prefix due not actually passing the found header path to CFLAGS in any way. Revision Changes Path 1.151 +4 -0 ports/lang/gcc34/Makefile 1.1 +5 -0 ports/lang/gcc34/files/patch-gcc-Makefile.in (new) 1.1 +5 -0 ports/lang/gcc34/files/patch-gcc-configure (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312150745.hBF7jrRe070239>