diff options
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} } |