From owner-cvs-all@FreeBSD.ORG Sat Sep 26 01:02:02 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CA16106566B; Sat, 26 Sep 2009 01:02:02 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 230158FC15; Sat, 26 Sep 2009 01:02:02 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n8Q121WU014363; Sat, 26 Sep 2009 01:02:01 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8Q12151014362; Sat, 26 Sep 2009 01:02:01 GMT (envelope-from gerald) Message-Id: <200909260102.n8Q12151014362@repoman.freebsd.org> From: Gerald Pfeifer Date: Sat, 26 Sep 2009 01:02:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.gcc.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2009 01:02:02 -0000 gerald 2009-09-26 01:02:01 UTC FreeBSD ports repository Modified files: Mk bsd.gcc.mk Log: Have CFLAGS and LDFLAGS set an -rpath to the lang/gcc44 library directory when building with USE_FORTRAN=yes. This makes us use libstdc++.so.6 (and others) brought by this port as opposed to /usr/bin/libstdc++.so.6 that comes with our system compiler which is based on an older version of GCC 4.2. Newer version of GCC run-time libraries with the same soname are always backwards compatible. Feature safe: yes Revision Changes Path 1.34 +3 -1 ports/Mk/bsd.gcc.mk