From 256e671e1944961ca4e19c13684cec34da1966bf Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 16 Apr 2006 14:35:51 +0000 Subject: tcltk: apply patch to fix a bogus line in the configure scripts bash 3.1 has a more strict syntax checking than 3.0, this is why it bailed out only on some boxes --- packages/tcltk/tk/.mtn2git_empty | 0 packages/tcltk/tk/fix-configure.patch | 16 ++++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 packages/tcltk/tk/.mtn2git_empty create mode 100644 packages/tcltk/tk/fix-configure.patch (limited to 'packages/tcltk/tk') diff --git a/packages/tcltk/tk/.mtn2git_empty b/packages/tcltk/tk/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/tcltk/tk/fix-configure.patch b/packages/tcltk/tk/fix-configure.patch new file mode 100644 index 0000000000..6c6f0374bd --- /dev/null +++ b/packages/tcltk/tk/fix-configure.patch @@ -0,0 +1,16 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- tk8.4.11/unix/configure~fix-configure ++++ tk8.4.11/unix/configure +@@ -1849,7 +1849,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` -- cgit v1.2.3