summaryrefslogtreecommitdiff
path: root/pcr/grass/grass-tk86-fix.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-01 03:37:54 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-01 03:37:54 -0500
commite80923377b8b33b0459e252c56fb944eebf30a68 (patch)
tree1e09d04499c095e0891fc46a5c23e7fd5c715919 /pcr/grass/grass-tk86-fix.patch
parentfbad6ade1e605fcb0ef1bed0af6cfecbc7b5ebd2 (diff)
downloadabslibre-e80923377b8b33b0459e252c56fb944eebf30a68.tar.gz
abslibre-e80923377b8b33b0459e252c56fb944eebf30a68.tar.bz2
abslibre-e80923377b8b33b0459e252c56fb944eebf30a68.zip
grass-7.0-1: updating version
Diffstat (limited to 'pcr/grass/grass-tk86-fix.patch')
-rw-r--r--pcr/grass/grass-tk86-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/pcr/grass/grass-tk86-fix.patch b/pcr/grass/grass-tk86-fix.patch
deleted file mode 100644
index f0dbb7c2b..000000000
--- a/pcr/grass/grass-tk86-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- grass-6.4.2/visualization/nviz/src/draw.c 2008-12-19 21:29:59.000000000 +0100
-+++ grass-6.4.2/visualization/nviz/src/draw_new.c 2013-01-21 22:22:09.819456565 +0100
-@@ -32,7 +32,7 @@
- void CancelFunc_Hook(void)
- {
- if (cancel_script != NULL) {
-- TkCopyAndGlobalEval(cancel_interp, cancel_script);
-+ Tcl_EvalEx(cancel_interp, cancel_script, -1, TCL_EVAL_GLOBAL);
- }
- }
-