From 7dc7cf3adbb992d366f6ae58a5f079ac9393bb5d Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 4 Nov 2009 21:49:30 +0000 Subject: - Fix build on 9.0 --- x11-toolkits/tktray/files/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11-toolkits/tktray/files/patch-configure diff --git a/x11-toolkits/tktray/files/patch-configure b/x11-toolkits/tktray/files/patch-configure new file mode 100644 index 000000000000..801bf9a3ca47 --- /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` -- cgit