diff options
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tktray/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/tktray/files/patch-configure b/x11-toolkits/tktray/files/patch-configure new file mode 100644 index 00000000000..801bf9a3ca4 --- /dev/null +++ b/x11-toolkits/tktray/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2006-01-06 21:07:11.000000000 +0300 ++++ configure 2009-11-05 00:43:53.000000000 +0300 +@@ -7677,7 +7677,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 $3}' /etc/.relid` + fi + if test "`uname -s`" = "AIX" ; then + system=AIX-`uname -v`.`uname -r` |