Fix include directory for system utf8proc. --- netsurf-3.10/utils/idna.c +++ netsurf-3.10/utils/idna.c @@ -167,7 +167,7 @@ #ifdef WITH_UTF8PROC -#include +#include int32_t idna_contexto[] = { /* CONTEXTO codepoints which have a rule defined */ ibc-locales-2.28.patch?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-09gnu: make-glibc-locales: Adjust patch for glibc 2.29....The patch for glibc 2.28 and earlier replaces the same content, but the context in the patch is different enough to fail to merge. * gnu/packages/base.scm (make-glibc-locales)[source]: Add patch. * gnu/packages/patches/glibc-locales.patch: Adjust for glibc 2.29 and move old file... * gnu/packages/patches/glibc-locales-2.28.patch: ...here. * gnu/local.mk (dist_patch_DATA): Add it. Kei Kebreau