gnu: Add python-mediafile.
[jackhill/guix/guix.git] / gnu / packages / patches / netsurf-system-utf8proc.patch
1 Fix include directory for system utf8proc.
2
3 --- netsurf-3.10/utils/idna.c
4 +++ netsurf-3.10/utils/idna.c
5 @@ -167,7 +167,7 @@
6
7 #ifdef WITH_UTF8PROC
8
9 -#include <libutf8proc/utf8proc.h>
10 +#include <utf8proc.h>
11
12 int32_t idna_contexto[] = {
13 /* CONTEXTO codepoints which have a rule defined */