Skip to content

Commit

Permalink
dev-tcltk/tcl3d: fix on musl
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/831455
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Mar 18, 2023
1 parent c6d03bd commit 8d69281
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8d69281

Please sign in to comment.