[BACK]Return to patch-tkdgen_tcl CVS log [TXT][DIR] Up to [local] / ports / emulators / tkdgen / patches

File: [local] / ports / emulators / tkdgen / patches / patch-tkdgen_tcl (download)

Revision 1.3, Mon Nov 10 20:33:52 2008 UTC (15 years, 7 months ago) by yason
Branch: MAIN
Changes since 1.2: +2 -2 lines

bogus files were removed. after changing tkver 8.4->8.5 it runs fine. problem with ~/.tkdgen directory should be fixed.also should try to cook it with NO_BUILD=Yes. anyway it runs - tested on Pokemon Crazy Drummer ROM.

$OpenBSD$
--- tkdgen.tcl.orig	Mon Feb 23 20:20:03 2004
+++ tkdgen.tcl	Mon Nov 10 19:41:33 2008
@@ -8,7 +8,7 @@
 # Version 2 or later version.
 # $Id: patch-tkdgen_tcl,v 1.3 2008/11/10 20:33:52 yason Exp $
 # wish \
-exec wish "$0" "$@" || clear; echo "'wish' não encontrado! -- Tcl/Tk é necessário para rodar esse programa."; exit 1
+exec wish8.5 "$0" "$@" || clear; echo "'wish' não encontrado! -- Tcl/Tk é necessário para rodar esse programa."; exit 1
 
 set dirHome $env(HOME)
 cd $dirHome