freebsd-ports/irc/zircon/files/patch-installZircon
Dirk Meyer 7334b897a1 - 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
2003-08-15 18:44:27 +00:00

24 lines
597 B
Text

--- 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