diff options
author | 2023-03-18 17:45:49 +0100 | |
---|---|---|
committer | 2023-03-18 18:06:29 +0100 | |
commit | 8d69281eb3a1fd8b67bfa735b73fb4e84253c850 (patch) | |
tree | d48c334f61666f225a3e9663c9bfa8c8673a42a2 /dev-tcltk | |
parent | app-crypt/debian-archive-keyring: 2023.2 (diff) | |
download | gentoo-8d69281eb3a1fd8b67bfa735b73fb4e84253c850.tar.gz gentoo-8d69281eb3a1fd8b67bfa735b73fb4e84253c850.tar.bz2 gentoo-8d69281eb3a1fd8b67bfa735b73fb4e84253c850.zip |
dev-tcltk/tcl3d: fix on musl
Closes: https://bugs.gentoo.org/831455
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tcl3d/tcl3d-0.5.0-r1.ebuild (renamed from 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-r1.ebuild index 870f791b448b..b295909cdc56 100644 --- a/dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild +++ b/dev-tcltk/tcl3d/tcl3d-0.5.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit flag-o-matic toolchain-funcs @@ -51,6 +51,7 @@ src_configure() { sed -i \ -e 's:^\(TCLMAJOR\) *=\(.*\)$:\1 = '${_TCL_V[0]}':' \ -e 's:^\(TCLMINOR\) *=\(.*\)$:\1 = '${_TCL_V[1]}':' \ + -e "s:lib64:$(get_libdir):" \ config_Linux* || die # Fix libSDL link |