diff options
Diffstat (limited to 'lang/STk/files/patch-Tcl-configure')
-rw-r--r-- | lang/STk/files/patch-Tcl-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/STk/files/patch-Tcl-configure b/lang/STk/files/patch-Tcl-configure deleted file mode 100644 index 2d103e45d57..00000000000 --- a/lang/STk/files/patch-Tcl-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- Tcl/configure.orig 1998-01-03 15:46:25.000000000 +0300 -+++ Tcl/configure 2009-11-04 05:58:13.000000000 +0300 -@@ -3219,7 +3219,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 $3}' /etc/.relid'` -+ system=MP-RAS-`awk '{print $3}' /etc/.relid` - fi - if test "`uname -s`" = "AIX" ; then - system=AIX-`uname -v`.`uname -r` |