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 14:55:59 +00:00
parent ec906515b0
commit ab887551f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351224

View file

@ -3,4 +3,5 @@ of the necessary run-time libraries, you may want to link using
-Wl,-rpath=%%TARGLIB%% -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.