summaryrefslogtreecommitdiff
path: root/math/euler/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'math/euler/patches/patch-ac')
-rw-r--r--math/euler/patches/patch-ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/euler/patches/patch-ac b/math/euler/patches/patch-ac
index e5adcd11a6d..d0adf7b57d3 100644
--- a/math/euler/patches/patch-ac
+++ b/math/euler/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.1.1.1 2002/05/04 01:49:13 jtb Exp $
+$NetBSD: patch-ac,v 1.2 2003/04/29 22:22:45 jtb Exp $
--- mainloop.c.orig Thu Apr 25 10:55:54 2002
+++ mainloop.c Thu Apr 25 11:09:45 2002
@@ -8,8 +8,8 @@ $NetBSD: patch-ac,v 1.1.1.1 2002/05/04 01:49:13 jtb Exp $
if (file) {
-// fprintf(file,"path(\".;%s/share/euler/progs\");\n",INSTALL_DIR);
-// fprintf(file,"cd(\"%s/share/euler/progs\");\n",INSTALL_DIR);
-+ fprintf(file,"path(\".;%s/share/euler\");\n",INSTALL_DIR);
-+ fprintf(file,"cd(\"%s/share/euler\");\n",INSTALL_DIR);
++ fprintf(file,"path(\".;%s/share/euler/progs\");\n",INSTALL_DIR);
++ fprintf(file,"cd(\"%s/share/euler/progs\");\n",INSTALL_DIR);
fprintf(file,"load \"util.e\";\n");
fprintf(file,"load \"framed.e\";\n");
fprintf(file,"load \"x.e\";\n");