Add USES=fortran as another case where the run-time library path is

set transparently.

Reported by:	Dmitry Sivachenko <trtrmitya@gmail.com>
This commit is contained in:
Gerald Pfeifer 2014-04-13 13:22:44 +00:00
parent 2d5bbfc8ec
commit d58cc946c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351219

View file

@ -3,4 +3,5 @@ of the necessary run-time libraries, you may want to link using
-Wl,-rpath=%%TARGLIB%%
For ports leveraging USE_GCC or USES=compiler this happens transparently.
For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
transparently.