freebsd-ports/math/asir2000/files/patch-ag
Sergey Matveychuk b9636d64bd - Update to 20051010
PR:		ports/87217
Submitted by:	maintainer
2005-10-21 11:31:57 +00:00

19 lines
491 B
Text

--- parse/glob.c.orig Tue Oct 11 00:16:38 2005
+++ parse/glob.c Tue Oct 11 00:24:51 2005
@@ -51,6 +51,7 @@
#include "al.h"
#include "parse.h"
#include "ox.h"
+#include "version.h"
#if defined(PARI)
#include "genpari.h"
#endif
@@ -767,7 +768,7 @@
char *get_pariversion()
{
#if PARI
-#if 0
+#if 1
return PARIVERSION", Copyright (C) 2000-2005 The PARI Group.\n";
#else
return "PARI 2.0.17, copyright 1989-1999, C. Batut, K. Belabas, D. Bernardi,\n H. Cohen and M. Olivier.\n";