summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/yap/files/yap-5.1.3-tkyap.patch')
-rw-r--r--dev-lang/yap/files/yap-5.1.3-tkyap.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-lang/yap/files/yap-5.1.3-tkyap.patch b/dev-lang/yap/files/yap-5.1.3-tkyap.patch
new file mode 100644
index 000000000000..aaa51c95d674
--- /dev/null
+++ b/dev-lang/yap/files/yap-5.1.3-tkyap.patch
@@ -0,0 +1,26 @@
+--- Yap-5.1.3.orig/misc/tkyap 2006-02-21 02:18:08.000000000 +1300
++++ Yap-5.1.3/misc/tkyap 2008-07-27 16:19:14.000000000 +1200
+@@ -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
+
+
+