summaryrefslogtreecommitdiff
path: root/libre/sagemath/cython-sys-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/sagemath/cython-sys-path.patch')
-rw-r--r--libre/sagemath/cython-sys-path.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/libre/sagemath/cython-sys-path.patch b/libre/sagemath/cython-sys-path.patch
index 0c7cf5453..7ec63e20b 100644
--- a/libre/sagemath/cython-sys-path.patch
+++ b/libre/sagemath/cython-sys-path.patch
@@ -1,10 +1,10 @@
--- sage-7.1/src/setup.py.orig 2016-04-08 16:59:24.691349473 +0000
+++ sage-7.1/src/setup.py 2016-04-08 17:03:03.847153796 +0000
-@@ -591,6 +591,7 @@
- build_dir=SAGE_CYTHONIZED,
- force=force,
- aliases=aliases,
-+ include_path=sys.path,
- compiler_directives={
- 'embedsignature': True,
- 'profile': profile,
+@@ -414,6 +414,7 @@
+ build_dir=SAGE_CYTHONIZED,
+ force=force,
+ aliases=aliases,
++ include_path=sys.path,
+ compiler_directives={
+ 'autotestdict': False,
+ 'cdivision': True,