summaryrefslogtreecommitdiff
path: root/math/ploticus/files/patch-src-preliminaries.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--math/ploticus/files/patch-src-preliminaries.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/ploticus/files/patch-src-preliminaries.c b/math/ploticus/files/patch-src-preliminaries.c
new file mode 100644
index 000000000000..6797f99b4716
--- /dev/null
+++ b/math/ploticus/files/patch-src-preliminaries.c
@@ -0,0 +1,11 @@
+--- src/preliminaries.c.orig 2008-09-03 00:54:16.000000000 -0500
++++ src/preliminaries.c 2008-09-03 00:54:38.000000000 -0500
+@@ -276,7 +276,7 @@
+ PL_init_mem();
+
+ if( PLS.debug ) {
+- fprintf( PLS.diagfp, "Version: pl %s\n", PLVERSION );
++ fprintf( PLS.diagfp, "Version: ploticus %s\n", PLVERSION );
+ if( PLS.cgiargs != NULL ) fprintf( PLS.diagfp, "operating in CGI mode\n" );
+ Epcodedebug( 1, PLS.diagfp ); /* tell pcode.c to output diagnostics too */
+ }