summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-28 00:37:29 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-28 00:37:29 +0000
commit1f0806c88e9939f660dae070360aad5ebb3ae1ea (patch)
tree8aceed1226d72470586838fc7f6c5cf48b2c2457 /dev-tcltk/tclx/files
parentcopying killed (diff)
downloadhistorical-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.patch11
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`