logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

netsurf-3.10-julia-libutf8proc-header-location.patch (1155B)


  1. From d585a1573819306bb3660db3f13a85b2fd254c63 Mon Sep 17 00:00:00 2001
  2. From: Michael Orlitzky <michael@orlitzky.com>
  3. Date: Wed, 17 Jun 2020 17:23:10 -0400
  4. Subject: [PATCH 1/1] utils/idna.c: adjust utf8proc.h header location.
  5. There are two upstreams for libutf8proc, and they each put utf8proc.h
  6. in a different location -- ostensibly as a performance art piece
  7. intended to remind the programmer that we as human beings are all
  8. slowly dying, and that our limited time here on earth should not be
  9. wasted. This commit switches the header location from the netsurf-
  10. upstream one that used to work, to the julia-upstream location that
  11. works now (that the Gentoo package follows the julia upstream).
  12. Bug: https://bugs.gentoo.org/721318
  13. ---
  14. utils/idna.c | 2 +-
  15. 1 file changed, 1 insertion(+), 1 deletion(-)
  16. diff --git a/utils/idna.c b/utils/idna.c
  17. index 628ef1f..f6e498a 100644
  18. --- a/utils/idna.c
  19. +++ b/utils/idna.c
  20. @@ -167,7 +167,7 @@ idna__ace_to_ucs4(const char *ace_label,
  21. #ifdef WITH_UTF8PROC
  22. -#include <libutf8proc/utf8proc.h>
  23. +#include <utf8proc.h>
  24. int32_t idna_contexto[] = {
  25. /* CONTEXTO codepoints which have a rule defined */
  26. --
  27. 2.26.2