summaryrefslogtreecommitdiff
path: root/dev-vcs/fossil/files/fossil-2.10-check-lib64-for-tcl.patch
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2020-05-01 22:58:45 -0400
committerAaron W. Swenson <titanofold@gentoo.org>2020-05-01 22:58:48 -0400
commit422480add31731ac3df1851b4ef6654e13a8bda9 (patch)
tree480aeced28d417f31bff6db571c137c813872d07 /dev-vcs/fossil/files/fossil-2.10-check-lib64-for-tcl.patch
parentf6962f3d6b96d6cb64bdb8ae0fd04658cefcdd73 (diff)
downloadgentoo-422480add31731ac3df1851b4ef6654e13a8bda9.tar.gz
gentoo-422480add31731ac3df1851b4ef6654e13a8bda9.tar.bz2
gentoo-422480add31731ac3df1851b4ef6654e13a8bda9.zip
dev-vcs/fossil: Fix Tcl dependency and search
Bug: https://bugs.gentoo.org/690828 Bug: https://bugs.gentoo.org/675778 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-vcs/fossil/files/fossil-2.10-check-lib64-for-tcl.patch')
-rw-r--r--dev-vcs/fossil/files/fossil-2.10-check-lib64-for-tcl.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-vcs/fossil/files/fossil-2.10-check-lib64-for-tcl.patch b/dev-vcs/fossil/files/fossil-2.10-check-lib64-for-tcl.patch
new file mode 100644
index 000000000000..404c5d7d667d
--- /dev/null
+++ b/dev-vcs/fossil/files/fossil-2.10-check-lib64-for-tcl.patch
@@ -0,0 +1,11 @@
+--- a/autosetup/local.tcl
++++ b/autosetup/local.tcl
+@@ -12,7 +12,7 @@
+ return [parse-tclconfig-sh-file $p/tclConfig.sh]
+ }
+ # Some systems allow for multiple versions
+- foreach libpath {lib/tcl8.6 lib/tcl8.5 lib/tcl8.4 lib/tcl tcl lib} {
++ foreach libpath {lib/tcl8.6 lib/tcl8.5 lib/tcl8.4 lib/tcl tcl lib lib64} {
+ if {[file exists $p/$libpath/tclConfig.sh]} {
+ return [parse-tclconfig-sh-file $p/$libpath/tclConfig.sh]
+ }