From owner-cvs-all@FreeBSD.ORG Sun Dec 14 23:45:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FAF216A4CE; Sun, 14 Dec 2003 23:45:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB9F443D33; Sun, 14 Dec 2003 23:45:53 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBF7jrXJ070240; Sun, 14 Dec 2003 23:45:53 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBF7jrRe070239; Sun, 14 Dec 2003 23:45:53 -0800 (PST) (envelope-from obrien) Message-Id: <200312150745.hBF7jrRe070239@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 14 Dec 2003 23:45:53 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/gcc34 Makefile ports/lang/gcc34/files patch-gcc-Makefile.in patch-gcc-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 07:45:54 -0000 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)