From 91ab2c359a3e219c9b764e2d8e6efd65b0290d9a Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Mon, 17 Nov 1997 10:50:54 +0000 Subject: Import kaskade port. kaskade is another Finite Element program with an X interface. PR: 4529 Submitted by: Pedro Giffuni --- math/kaskade/files/patch-ab | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 math/kaskade/files/patch-ab (limited to 'math/kaskade/files/patch-ab') diff --git a/math/kaskade/files/patch-ab b/math/kaskade/files/patch-ab new file mode 100644 index 000000000000..9b38cecb4002 --- /dev/null +++ b/math/kaskade/files/patch-ab @@ -0,0 +1,14 @@ +*** psdriv.cc.orig Tue Jul 8 23:53:37 1997 +--- psdriv.cc Tue Jul 8 23:53:43 1997 +*************** +*** 155,161 **** +--- 155,163 ---- + fprintf(graph->file, "%%!PS-Adobe-2.0\n"); // was 1.0 + fprintf(graph->file, "%%%%Title: %s\n", graph->fileName); + fprintf(graph->file, "%%%%Creator: MiniGraphic\n"); ++ #ifndef __FreeBSD__ + fprintf(graph->file, "%%%%For: %s\n", cuserid(0)); ++ #endif + time(&t); + fprintf(graph->file, "%%%%CreationDate: %s", ctime(&t)); + fprintf(graph->file, "%%%%Pages: (atend)\n"); -- cgit v1.2.3