diff options
Diffstat (limited to 'math/asir2000/files/patch-af')
-rw-r--r-- | math/asir2000/files/patch-af | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/math/asir2000/files/patch-af b/math/asir2000/files/patch-af new file mode 100644 index 000000000000..d5549e5c019b --- /dev/null +++ b/math/asir2000/files/patch-af @@ -0,0 +1,30 @@ +--- parse/glob.c.orig Thu Aug 9 10:20:46 2001 ++++ parse/glob.c Thu Aug 16 19:04:59 2001 +@@ -50,6 +50,7 @@ + #include "ca.h" + #include "al.h" + #include "parse.h" ++#include "version.h" + #if PARI + #include "genpari.h" + #endif +@@ -688,11 +689,15 @@ + printf("This is Risa/Asir, Version %d (%s Distribution).\n", + get_asir_version(), get_asir_distribution()); + #endif ++ + printf("Copyright (C) 1994-2000, all rights reserved, FUJITSU LABORATORIES LIMITED.\n"); + printf("Copyright 2000,2001, Risa/Asir committers, http://www.openxm.org/.\n"); + printf("GC 5.3, copyright 1999, H-J. Boehm, A. J. Demers, Xerox, SGI, HP.\n"); +- printf("PARI 2.0.17(beta), copyright (C) 1989-1999,\n"); +- printf(" C. Batut, K. Belabas, D. Bernardi, H. Cohen and M. Olivier.\n"); +-} +- ++#if defined(PARI) ++ printf("%s.\n",PARI_VERSION); ++#endif + ++#if defined(LAPACK) ++ printf("%s.\n",LAPACK_VERSION); ++#endif ++} |