K 10 svn:author V 6 gerald K 8 svn:date V 27 2009-09-26T01:02:01.000000Z K 7 svn:log V 413 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 END