[DO-972][DO-980] add freetype and pkgconf recipes (!6)

Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech>
Reviewed-on: https://git.avroid.tech/Conan/conan_build/pulls/6
This commit is contained in:
Aleksandr Vodyanov
2024-12-06 16:48:28 +03:00
parent 25212f3eed
commit cb6a88b7f4
184 changed files with 1708 additions and 9302 deletions

View File

@@ -0,0 +1,11 @@
--- libpkgconf/path.c
+++ libpkgconf/path.c
@@ -138,7 +138,7 @@
return 0;
iter = workbuf = strdup(text);
- while ((p = strtok(iter, PKG_CONFIG_PATH_SEP_S)) != NULL)
+ while ((p = strtok(iter, ":;")) != NULL)
{
pkgconf_path_add(p, dirlist, filter);