pkgsrc/math/euler/patches/patch-ac

16 lines
582 B
Text
Raw Normal View History

$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");