diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-11-05 05:49:30 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-11-05 05:49:30 +0800 |
commit | 7dc7cf3adbb992d366f6ae58a5f079ac9393bb5d (patch) | |
tree | 1bd910b9ba4654955d3431a7612d16b6085bb218 /x11-toolkits | |
parent | 5f55827ba644458089ddac3ed44cf26cc550173d (diff) | |
download | freebsd-ports-graphics-7dc7cf3adbb992d366f6ae58a5f079ac9393bb5d.tar.gz freebsd-ports-graphics-7dc7cf3adbb992d366f6ae58a5f079ac9393bb5d.tar.zst freebsd-ports-graphics-7dc7cf3adbb992d366f6ae58a5f079ac9393bb5d.zip |
- Fix build on 9.0
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` |