diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2020-10-13 09:29:01 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2020-10-13 09:29:01 +0200 |
commit | d7a078e7ed5d385a4c359496ee5ae07ab542f3df (patch) | |
tree | e27fc88486b9b1f76accb1e7a05620aa03d69bf8 /dev-tcltk | |
parent | www-plugins/chrome-binary-plugins: set KEYWORDS based on channel (diff) | |
download | gentoo-d7a078e7ed5d385a4c359496ee5ae07ab542f3df.tar.gz gentoo-d7a078e7ed5d385a4c359496ee5ae07ab542f3df.tar.bz2 gentoo-d7a078e7ed5d385a4c359496ee5ae07ab542f3df.zip |
dev-tcltk/tcl3d: respect LDFLAGS
Closes: https://bugs.gentoo.org/738858
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild b/dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild index 15495ba8827c..8f84663373eb 100644 --- a/dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild +++ b/dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -66,6 +66,7 @@ src_compile() { CC="$(tc-getCC) -c" \ CXX="$(tc-getCXX) -c" \ LD="$(tc-getLD)" \ + LDOUT="${LDFLAGS} -o" \ ${CONFIG_PLUGIN} } |