summaryrefslogtreecommitdiff
path: root/dev-python/cangjie/files/cangjie-1.2-cython-0.22.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/cangjie/files/cangjie-1.2-cython-0.22.patch')
-rw-r--r--dev-python/cangjie/files/cangjie-1.2-cython-0.22.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/cangjie/files/cangjie-1.2-cython-0.22.patch b/dev-python/cangjie/files/cangjie-1.2-cython-0.22.patch
deleted file mode 100644
index a681726d98ef..000000000000
--- a/dev-python/cangjie/files/cangjie-1.2-cython-0.22.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -47,19 +47,19 @@
-
- src/cangjie/_core.c: src/cangjie/_core.pyx src/cangjie/_core.pxd
- $(MKDIR_P) src/cangjie
-- $(CYTHON) -3 --verbose -o $@ $(srcdir)/src/cangjie/_core.pyx
-+ $(CYTHON) -3 --verbose -o $@ -I $(srcdir)/src/cangjie $(srcdir)/src/cangjie/_core.pyx
-
- src/cangjie/errors.c: src/cangjie/errors.pyx src/cangjie/_core.pxd
- $(MKDIR_P) src/cangjie
-- $(CYTHON) -3 --verbose -o $@ $(srcdir)/src/cangjie/errors.pyx
-+ $(CYTHON) -3 --verbose -o $@ -I $(srcdir)/src/cangjie $(srcdir)/src/cangjie/errors.pyx
-
- src/cangjie/filters.c: src/cangjie/filters.pyx src/cangjie/_core.pxd
- $(MKDIR_P) src/cangjie
-- $(CYTHON) -3 --verbose -o $@ $(srcdir)/src/cangjie/filters.pyx
-+ $(CYTHON) -3 --verbose -o $@ -I $(srcdir)/src/cangjie $(srcdir)/src/cangjie/filters.pyx
-
- src/cangjie/versions.c: src/cangjie/versions.pyx src/cangjie/_core.pxd
- $(MKDIR_P) src/cangjie
-- $(CYTHON) -3 --verbose -o $@ $(srcdir)/src/cangjie/versions.pyx
-+ $(CYTHON) -3 --verbose -o $@ -I $(srcdir)/src/cangjie $(srcdir)/src/cangjie/versions.pyx