aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/tktray
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-11-04 21:49:30 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-11-04 21:49:30 +0000
commitc7d38246a025dd4765f45c7afe39d904406dbae7 (patch)
tree667dfcf6180870550c107c6b624824d858ebabfc /x11-toolkits/tktray
parent38264e3ebf1409c86dd754d3ab8161639421db96 (diff)
downloadports-c7d38246a025dd4765f45c7afe39d904406dbae7.tar.gz
ports-c7d38246a025dd4765f45c7afe39d904406dbae7.zip
- Fix build on 9.0
Notes
Notes: svn path=/head/; revision=243807
Diffstat (limited to 'x11-toolkits/tktray')
-rw-r--r--x11-toolkits/tktray/files/patch-configure11
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 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`