diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-04-01 08:21:20 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-04-01 08:21:20 +0000 |
commit | 7e5cf26d64e8a376e8f27bd181535e590972eb89 (patch) | |
tree | ab6880f8e916a104129b9d10a4db63784a703a5f /math/asir2000/files/patch-af | |
parent | bsd.java.mk-ify (diff) |
Upgrade to 20020328.
PR: ports/36570
Submitted by: Saito Tomokatsu <saito@a2z.co.jp> (maintainer)
Diffstat (limited to 'math/asir2000/files/patch-af')
-rw-r--r-- | math/asir2000/files/patch-af | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/asir2000/files/patch-af b/math/asir2000/files/patch-af index 1d4f13b3eef6..2f3b2735a72e 100644 --- a/math/asir2000/files/patch-af +++ b/math/asir2000/files/patch-af @@ -1,5 +1,5 @@ ---- parse/glob.c.orig Sat Nov 3 18:28:57 2001 -+++ parse/glob.c Wed Nov 14 17:20:47 2001 +--- parse/glob.c.orig Sat Jan 5 02:45:29 2002 ++++ parse/glob.c Sat Jan 26 18:33:43 2002 @@ -51,6 +51,7 @@ #include "al.h" #include "parse.h" @@ -14,10 +14,10 @@ printf("GC 5.3, copyright 1999, H-J. Boehm, A. J. Demers, Xerox, SGI, HP.\n"); - printf("PARI 2.2.1(alpha), copyright (C) 2000,\n"); - printf(" C. Batut, K. Belabas, D. Bernardi, H. Cohen and M. Olivier.\n"); -+#if defined(PARI) -+ printf("%s.\n",PARI2_VERSION); ++#if PARI ++ printf("%s.\n",PARI_VERSION); +#endif -+#if defined(LAPACK) ++#if LAPACK + printf("%s.\n",LAPACK_VERSION); +#endif } |