diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-11-12 13:31:19 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-11-29 22:59:28 +0100 |
commit | 79c8a071e7f391e40b203f4489396f976a5333a7 (patch) | |
tree | 1809cc38a36efbe44b50e7e20718da15a510fc2e /gnu-system.am | |
parent | 26059753aea72d0a2bc51204bad9fe416e7c6536 (diff) | |
download | patches-79c8a071e7f391e40b203f4489396f976a5333a7.tar patches-79c8a071e7f391e40b203f4489396f976a5333a7.tar.gz |
tk: Hardcode path to TK_LIBRARY.
Fixes <http://bugs.gnu.org/20889>.
* gnu/packages/patches/tk-find-library.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/tcl.scm (tk)[source]: Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index e4eb1d7cc9..99e8e7dff4 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -701,6 +701,7 @@ dist_patch_DATA = \ gnu/packages/patches/texi2html-i18n.patch \ gnu/packages/patches/tidy-CVE-2015-5522+5523.patch \ gnu/packages/patches/tinyxml-use-stl.patch \ + gnu/packages/patches/tk-find-library.patch \ gnu/packages/patches/torsocks-dns-test.patch \ gnu/packages/patches/tvtime-gcc41.patch \ gnu/packages/patches/tvtime-pngoutput.patch \ |