From 7334b897a16534c5d7fc105b00a735db22fe453d Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Fri, 15 Aug 2003 18:44:27 +0000 Subject: - Force binding with wish8.3, even if wish8.4 is installed. - install and build, even if no DISPLAY is running This will allow packages to be build on bento --- irc/zircon/files/patch-installZircon | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 irc/zircon/files/patch-installZircon (limited to 'irc/zircon/files/patch-installZircon') diff --git a/irc/zircon/files/patch-installZircon b/irc/zircon/files/patch-installZircon new file mode 100644 index 000000000000..63ac791a203f --- /dev/null +++ b/irc/zircon/files/patch-installZircon @@ -0,0 +1,24 @@ +--- installZircon.orig Wed Jun 7 11:16:06 2000 ++++ installZircon Fri Aug 15 20:29:58 2003 +@@ -2,19 +2,14 @@ + # + # Thanks to Alain Nissen for this - I couldn't be fashed to do it!! + # +-if test -z "$DISPLAY" +-then +- echo You must run this program under the X-Window System +- exit 1 +-fi + IFS="${IFS= }" + old_ifs="$IFS" + IFS="${IFS}:" + if test -z "$*" + then +- progs="wish8.4 wish8.3 wish8.2 wish8.1 wish8.0 wish4.2 wish4.1 wish wish" ++ progs="%%WISH%%" + else +- progs="tclsh8.4 tclsh8.3 tclsh8.2 tclsh8.1 tclsh8.0 tclsh4.2 tclsh" ++ progs="%%TCLSH%%" + fi + my_wish= + for wish in $progs -- cgit v1.2.3