diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2019-12-19 09:51:56 +0100 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2019-12-19 09:51:56 +0100 |
commit | 8a0e29d8b9da4a277c8f9613be85df16de9e8898 (patch) | |
tree | b21cf3410daec6b60a6f5671325d80609b72a758 /gnu/local.mk | |
parent | 8166b6afe5e28d64d3ffd426a8153a980e2692b0 (diff) | |
download | patches-8a0e29d8b9da4a277c8f9613be85df16de9e8898.tar patches-8a0e29d8b9da4a277c8f9613be85df16de9e8898.tar.gz |
gnu: tcl: Fix cross-compilation.
* gnu/packages/patches/tcl-fix-cross-compilation.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/tcl.scm (tcl): Apply it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 0224b7101b..3d672ea213 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1383,6 +1383,7 @@ dist_patch_DATA = \ %D%/packages/patches/tar-skip-unreliable-tests.patch \ %D%/packages/patches/tcc-boot-0.9.27.patch \ %D%/packages/patches/tclxml-3.2-install.patch \ + %D%/packages/patches/tcl-fix-cross-compilation.patch \ %D%/packages/patches/tcsh-fix-autotest.patch \ %D%/packages/patches/teensy-loader-cli-help.patch \ %D%/packages/patches/teeworlds-use-latest-wavpack.patch \ |