summaryrefslogtreecommitdiff
path: root/packages/tcltk/tcl
diff options
context:
space:
mode:
Diffstat (limited to 'packages/tcltk/tcl')
-rw-r--r--packages/tcltk/tcl/.mtn2git_empty0
-rw-r--r--packages/tcltk/tcl/fix-configure.patch25
2 files changed, 25 insertions, 0 deletions
diff --git a/packages/tcltk/tcl/.mtn2git_empty b/packages/tcltk/tcl/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/tcltk/tcl/.mtn2git_empty
diff --git a/packages/tcltk/tcl/fix-configure.patch b/packages/tcltk/tcl/fix-configure.patch
new file mode 100644
index 0000000000..e37780352d
--- /dev/null
+++ b/packages/tcltk/tcl/fix-configure.patch
@@ -0,0 +1,25 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- tcl8.4.11/unix/configure~fix-configure
++++ tcl8.4.11/unix/configure
+@@ -2130,7 +2130,7 @@
+ # results, and the version is kept in special file).
+
+ if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
+- system=MP-RAS-`awk '{print }' /etc/.relid'`
++ system=MP-RAS-`awk '{print }' /etc/.relid`
+ fi
+ if test "`uname -s`" = "AIX" ; then
+ system=AIX-`uname -v`.`uname -r`
+@@ -7608,7 +7608,7 @@
+ # results, and the version is kept in special file).
+
+ if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
+- system=MP-RAS-`awk '{print }' /etc/.relid'`
++ system=MP-RAS-`awk '{print }' /etc/.relid`
+ fi
+ if test "`uname -s`" = "AIX" ; then
+ system=AIX-`uname -v`.`uname -r`