pkgsrc changes: - Adding license (GPLv2) - Adding X11 and GMP support (latter via option) - Adding patches to support math/p5-Math-Pari can be build without rebuilding pari again Upstream changes: * Primarily a lot of bug fixes * Plotting API reworked * More targets are supported
13 lines
353 B
Text
13 lines
353 B
Text
$NetBSD: patch-aj,v 1.2 2010/02/06 10:37:06 sno Exp $
|
|
|
|
--- src/headers/paristio.h.orig 2008-01-16 15:55:40.000000000 +0000
|
|
+++ src/headers/paristio.h
|
|
@@ -15,6 +15,8 @@ Foundation, Inc., 59 Temple Place - Suit
|
|
|
|
/* This file contains memory and I/O management definitions */
|
|
|
|
+#include <fcntl.h>
|
|
+
|
|
typedef struct {
|
|
long s, us;
|
|
} pari_timer;
|