diff options
Diffstat (limited to 'dev-lang/yap/files/yap-5.1.2-tkyap.patch')
-rw-r--r-- | dev-lang/yap/files/yap-5.1.2-tkyap.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-lang/yap/files/yap-5.1.2-tkyap.patch b/dev-lang/yap/files/yap-5.1.2-tkyap.patch new file mode 100644 index 000000000000..bdc0b22cec54 --- /dev/null +++ b/dev-lang/yap/files/yap-5.1.2-tkyap.patch @@ -0,0 +1,26 @@ +--- Yap-5.1.2.orig/misc/tkyap 2006-02-21 02:18:08.000000000 +1300 ++++ Yap-5.1.2/misc/tkyap 2007-11-21 18:51:19.000000000 +1300 +@@ -33,19 +33,10 @@ + #option add "*message*Font" $TextFont + #option add "*list*Font" $TextFont + +-if {[file exists /vmlinuz]} { +- set TextFont "*6x10*" +- if {[file exists /home/luis/Yap94/linux]} { +- set homeyap /home/luis/Yap94/linux +- } else { +- set homeyap . +- } +- set PrologCommand "$homeyap/yap $homeyap/startup -c localhost $service $YapOptions" +- set SolarisBug 0 +-} else { +- set PrologCommand "ny -h8000 -s1000" +- set SolarisBug 1 +-} ++set TextFont "*6x10*" ++ ++set PrologCommand "yap -c localhost $service $YapOptions" ++set SolarisBug 0 + + + |