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, 0 insertions, 15 deletions
diff --git a/math/euler/patches/patch-ac b/math/euler/patches/patch-ac
deleted file mode 100644
index d0adf7b57d3..00000000000
--- a/math/euler/patches/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$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
-@@ -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/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");