summarylogtreecommitdiffstats
path: root/005-no-xc.mingw.patch
diff options
context:
space:
mode:
authorAndrew Sun2018-06-14 20:20:18 -0400
committerAndrew Sun2018-06-14 20:20:18 -0400
commitb932705eb9b7d11eb890c8c4e54946e9998b58ce (patch)
tree5cd7a8eb97d0579d64ea66ef5d336f5bb6f259d3 /005-no-xc.mingw.patch
parent6e3d6d05ec9ccdb183d2f8e671e7f31dbaa28e29 (diff)
downloadaur-b932705eb9b7d11eb890c8c4e54946e9998b58ce.tar.gz
update to 8.6.8
Diffstat (limited to '005-no-xc.mingw.patch')
-rw-r--r--005-no-xc.mingw.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/005-no-xc.mingw.patch b/005-no-xc.mingw.patch
new file mode 100644
index 000000000000..77a92fd47dd9
--- /dev/null
+++ b/005-no-xc.mingw.patch
@@ -0,0 +1,19 @@
+diff -Naur tcl8.6.5-orig/win/configure.in tcl8.6.5/win/configure.in
+--- tcl8.6.5-orig/win/configure.in 2016-03-03 08:47:47.861497900 +0300
++++ tcl8.6.5/win/configure.in 2016-03-03 08:47:47.952488800 +0300
+@@ -105,15 +105,7 @@
+
+ SC_CONFIG_CFLAGS
+
+-# Cross-compiling
+-case ${host_alias} in
+-*mingw32*)
+- TCL_EXE="tclsh"
+- ;;
+-*)
+ TCL_EXE="TCL_LIBRARY=\"\${LIBRARY_DIR}\"; export TCL_LIBRARY; ./\${TCLSH}"
+- ;;
+-esac
+
+ #------------------------------------------------------------------------
+ # Add stuff for zlib; note that this is mostly done in the makefile now