summaryrefslogtreecommitdiff
path: root/math/pari/files/patch-ah
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2006-04-18 10:00:01 +0000
committerAnton Berezin <tobez@FreeBSD.org>2006-04-18 10:00:01 +0000
commit3aab734d41e6fc636c52c4a3f81ee15d1ba9ec50 (patch)
tree9c83a175b56c139e828d349b443a9581b54b533a /math/pari/files/patch-ah
parentBe a bit more verbose in the IGNORE message and point to (diff)
Update to 2.1.7.
Submitted by: maintainer PR: 93944
Notes
Notes: svn path=/head/; revision=159860
Diffstat (limited to 'math/pari/files/patch-ah')
-rw-r--r--math/pari/files/patch-ah20
1 files changed, 0 insertions, 20 deletions
diff --git a/math/pari/files/patch-ah b/math/pari/files/patch-ah
deleted file mode 100644
index e8fe82a805d8..000000000000
--- a/math/pari/files/patch-ah
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -urN files_orig/patch-has_exp2.c files/patch-has_exp2.c
---- files_orig/patch-has_exp2.c Wed Dec 31 18:00:00 1969
-+++ files/patch-has_exp2.c Thu Sep 16 14:30:23 2004
-@@ -0,0 +1,6 @@
-+--- config/has_exp2.c_orig Thu Sep 16 08:46:59 1999
-++++ config/has_exp2.c Thu Sep 16 14:27:18 2004
-+@@ -1,2 +1,2 @@
-+ #include &lt;math.h&gt;
-+-main(){double x=exp2(1.0);}
-++main(){double x=exp2(0.666);}
-diff -urN files_orig/patch-has_log2.c files/patch-has_log2.c
---- files_orig/patch-has_log2.c Wed Dec 31 18:00:00 1969
-+++ files/patch-has_log2.c Thu Sep 16 14:30:50 2004
-@@ -0,0 +1,6 @@
-+--- config/has_log2.c_orig Wed Jan 8 18:16:55 2003
-++++ config/has_log2.c Thu Sep 16 14:27:07 2004
-+@@ -1,2 +1,2 @@
-+ #include &lt;math.h&gt;
-+-main(){double x=log2(1.0);}
-++main(){double x=log2(0.666);}