$NetBSD: patch-ad,v 1.1 2009/03/05 23:12:51 seb Exp $

Darwin runtime linking fix

--- ../pari-2.1.6/src/kernel/none/mp.c.orig	2002-01-29 14:46:23.000000000 +0100
+++ ../pari-2.1.6/src/kernel/none/mp.c
@@ -22,6 +22,9 @@ Foundation, Inc., 59 Temple Place - Suit
 /* version (#ifdef __M68K__) since they are defined in mp.s   */
 #include "pari.h"
 
+ulong overflow;
+ulong hiremainder;
+
 /* NOTE: arguments of "spec" routines (muliispec, addiispec, etc.) aren't
  * GENs but pairs (long *a, long na) representing a list of digits (in basis
  * BITS_IN_LONG) : a[0], ..., a[na-1]. [ In ordre to facilitate splitting: no
