diff options
author | schmonz <schmonz@pkgsrc.org> | 2010-03-13 21:48:38 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2010-03-13 21:48:38 +0000 |
commit | 979aacbac0164038c602e07702d33cac77987534 (patch) | |
tree | 2a611d81900b3de2d708fbe3eedb32c435a444e0 /math/p5-Math-Pari/patches | |
parent | a84ab2e0971df90ae67399520adc705b4ff8256a (diff) | |
download | pkgsrc-979aacbac0164038c602e07702d33cac77987534.tar.gz |
De-fuzz patch.
Diffstat (limited to 'math/p5-Math-Pari/patches')
-rw-r--r-- | math/p5-Math-Pari/patches/patch-ab | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/math/p5-Math-Pari/patches/patch-ab b/math/p5-Math-Pari/patches/patch-ab index 5f2e0b616c8..c3675452cf1 100644 --- a/math/p5-Math-Pari/patches/patch-ab +++ b/math/p5-Math-Pari/patches/patch-ab @@ -1,8 +1,11 @@ -$NetBSD: patch-ab,v 1.8 2010/02/06 10:52:37 sno Exp $ +$NetBSD: patch-ab,v 1.9 2010/03/13 21:48:38 schmonz Exp $ ---- Pari.xs.orig 2009-12-11 02:18:24.000000000 +0000 +--- Pari.xs.orig 2010-03-03 21:53:32.000000000 +0000 +++ Pari.xs -@@ -1,4 +1,6 @@ +@@ -3,7 +3,9 @@ + # include <windows.h> + #endif + -# include <pari.h> +# include <pari/pari.h> +# include <pari/paripriv.h> @@ -10,7 +13,7 @@ $NetBSD: patch-ab,v 1.8 2010/02/06 10:52:37 sno Exp $ # include <graph/rect.h> # include <language/anal.h> -@@ -7,6 +9,7 @@ +@@ -12,6 +14,7 @@ #endif # include <gp/gp.h> /* init_opts */ |