diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 00:37:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 00:37:29 +0000 |
commit | 1f0806c88e9939f660dae070360aad5ebb3ae1ea (patch) | |
tree | 8aceed1226d72470586838fc7f6c5cf48b2c2457 /dev-tcltk/tclx/files | |
parent | copying killed (diff) | |
download | historical-1f0806c88e9939f660dae070360aad5ebb3ae1ea.tar.gz historical-1f0806c88e9939f660dae070360aad5ebb3ae1ea.tar.bz2 historical-1f0806c88e9939f660dae070360aad5ebb3ae1ea.zip |
Fix bug in configure script #119619 by Markus Ullmann and Richard Benjamin Voigt.
Package-Manager: portage-2.1_pre5-r1
Diffstat (limited to 'dev-tcltk/tclx/files')
-rw-r--r-- | dev-tcltk/tclx/files/tclx-8.3.5-configure.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-tcltk/tclx/files/tclx-8.3.5-configure.patch b/dev-tcltk/tclx/files/tclx-8.3.5-configure.patch new file mode 100644 index 000000000000..43b8001ed39f --- /dev/null +++ b/dev-tcltk/tclx/files/tclx-8.3.5-configure.patch @@ -0,0 +1,11 @@ +--- unix/configure ++++ unix/configure +@@ -5552,7 +5552,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` |