summaryrefslogtreecommitdiff
path: root/libre/sagemath/sagemath-no-anal.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/sagemath/sagemath-no-anal.h.patch')
-rw-r--r--libre/sagemath/sagemath-no-anal.h.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/libre/sagemath/sagemath-no-anal.h.patch b/libre/sagemath/sagemath-no-anal.h.patch
deleted file mode 100644
index f1b261321..000000000
--- a/libre/sagemath/sagemath-no-anal.h.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/sage/libs/cypari2/paripriv.pxd b/src/sage/libs/cypari2/paripriv.pxd
-index b6ea381..921599d 100644
---- a/src/sage/libs/cypari2/paripriv.pxd
-+++ b/src/sage/libs/cypari2/paripriv.pxd
-@@ -26,5 +26,5 @@ cdef extern from "pari/paripriv.h":
-
- extern gp_data* GP_DATA
-
--cdef extern from "pari/anal.h":
-- char* closure_func_err()
-+cdef extern: # Declared in private PARI header file "anal.h"
-+ const char* closure_func_err()