You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-i18n/nkf/files/nkf-python.patch

14 lines
285 B

--- a/NKF.python/nkf.c
+++ b/NKF.python/nkf.c
@@ -78,8 +78,8 @@
}
#define PERL_XS 1
-#include "nkf-dist/utf8tbl.c"
-#include "nkf-dist/nkf.c"
+#include "../utf8tbl.c"
+#include "../nkf.c"
static PyObject *
pynkf_convert(unsigned char* str, int strlen, char* opts, int optslen)