dlan 15/03/02 06:51:18 Added: cangjie-1.2-cython-022.patch Log: version bump, bug 541390, fix cython-0.22 err, thanks Brendan Horan (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path 1.1 dev-python/cangjie/files/cangjie-1.2-cython-022.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cangjie/files/cangjie-1.2-cython-022.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cangjie/files/cangjie-1.2-cython-022.patch?rev=1.1&content-type=text/plain Index: cangjie-1.2-cython-022.patch =================================================================== diff --git a/Makefile.am b/Makefile.am index 6762b97..c0cc699 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,19 +47,19 @@ pkgpyexecdir = $(pyexecdir)/cangjie 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
