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: Fri, 25 Dec 2020 17:47:01
Message-Id: 1608918405.092c90bb92aafc56f02992544bff648bc4bfc05c.tupone@gentoo
1 commit: 092c90bb92aafc56f02992544bff648bc4bfc05c
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 25 17:46:45 2020 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 25 17:46:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092c90bb
7
8 dev-tcltk/tcl3d: calling cc from environment
9
10 Closes: https://bugs.gentoo.org/748447
11 Package-Manager: Portage-3.0.9, Repoman-3.0.2
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild b/dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild
18 index 8f84663373e..f24710e3f1e 100644
19 --- a/dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild
20 +++ b/dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild
21 @@ -67,6 +67,8 @@ src_compile() {
22 CXX="$(tc-getCXX) -c" \
23 LD="$(tc-getLD)" \
24 LDOUT="${LDFLAGS} -o" \
25 + SHLIB_LD="$(tc-getCC) -shared" \
26 + SHLIB_LDXX="$(tc-getCXX) -shared" \
27 ${CONFIG_PLUGIN}
28 }