freebsd-ports/math/asir2000/files/patch-af
Patrick Li 8aae428676 Update to 20020108
PR:		33677
Submitted by:	maintainer
2002-01-09 01:34:32 +00:00

25 lines
762 B
Text

--- parse/glob.c.orig Sat Nov 3 18:28:57 2001
+++ parse/glob.c Wed Nov 14 17:20:47 2001
@@ -51,6 +51,7 @@
#include "al.h"
#include "parse.h"
#include "ox.h"
+#include "version.h"
#if PARI
#include "genpari.h"
#endif
@@ -669,8 +670,12 @@
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.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);
+#endif
+#if defined(LAPACK)
+ printf("%s.\n",LAPACK_VERSION);
+#endif
}