diff options
author | gerald <gerald@FreeBSD.org> | 2014-04-21 11:13:26 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-04-21 11:13:26 +0800 |
commit | 0f9840083dfd1fa6407b7ebe9dc67792e1dee4e5 (patch) | |
tree | dbaf3a8c089a757d00038fe1c8bcf2e722405c7f /lang/gcc47/files | |
parent | a7404c4ee1f16bd954fef25751e49844d502d34b (diff) | |
download | freebsd-ports-graphics-0f9840083dfd1fa6407b7ebe9dc67792e1dee4e5.tar.gz freebsd-ports-graphics-0f9840083dfd1fa6407b7ebe9dc67792e1dee4e5.tar.zst freebsd-ports-graphics-0f9840083dfd1fa6407b7ebe9dc67792e1dee4e5.zip |
Update to the 20140419 snapshot of GCC 4.7.4.
Add pkg-message that references the need to use -Wl,-rpath=... . [1]
PR: 185902 [1]
Diffstat (limited to 'lang/gcc47/files')
-rw-r--r-- | lang/gcc47/files/pkg-message.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/gcc47/files/pkg-message.in b/lang/gcc47/files/pkg-message.in new file mode 100644 index 00000000000..433c37a3f89 --- /dev/null +++ b/lang/gcc47/files/pkg-message.in @@ -0,0 +1,7 @@ +To ensure binaries built with this toolchain find appropriate versions +of the necessary run-time libraries, you may want to link using + + -Wl,-rpath=%%TARGLIB%% + +For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens +transparently. |