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-ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/math/euler/patches/patch-ac b/math/euler/patches/patch-ac
new file mode 100644
index 00000000000..e5adcd11a6d
--- /dev/null
+++ b/math/euler/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.1.1.1 2002/05/04 01:49:13 jtb Exp $
+
+--- mainloop.c.orig Thu Apr 25 10:55:54 2002
++++ mainloop.c Thu Apr 25 11:09:45 2002
+@@ -1770,8 +1770,8 @@
+ g_free(filename);
+
+ 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,"load \"util.e\";\n");
+ fprintf(file,"load \"framed.e\";\n");
+ fprintf(file,"load \"x.e\";\n");