Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tcl3d/
Date: Tue, 13 Oct 2020 07:29:25
Message-Id: 1602574141.d7a078e7ed5d385a4c359496ee5ae07ab542f3df.tupone@gentoo
1 commit: d7a078e7ed5d385a4c359496ee5ae07ab542f3df
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 13 07:29:01 2020 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 13 07:29:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7a078e7
7
8 dev-tcltk/tcl3d: respect LDFLAGS
9
10 Closes: https://bugs.gentoo.org/738858
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild b/dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild
18 index 15495ba8827..8f84663373e 100644
19 --- a/dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild
20 +++ b/dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -66,6 +66,7 @@ src_compile() {
28 CC="$(tc-getCC) -c" \
29 CXX="$(tc-getCXX) -c" \
30 LD="$(tc-getLD)" \
31 + LDOUT="${LDFLAGS} -o" \
32 ${CONFIG_PLUGIN}
33 }