X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=bright-ben%2Ftools%2Fpkg-config%2Fpatches%2F100-disable_compat_cmd.patch;fp=bright-ben%2Ftools%2Fpkg-config%2Fpatches%2F100-disable_compat_cmd.patch;h=990784045ec7bec370f4e0a9fa08330a5ebc9669;hb=ddaee3ef513bc3d9d5b538daa4c7601a7b4c59e3;hp=0000000000000000000000000000000000000000;hpb=a8b7263da6bf48970afa07a72124d076ac3a7531;p=librewrt%2F.git diff --git a/bright-ben/tools/pkg-config/patches/100-disable_compat_cmd.patch b/bright-ben/tools/pkg-config/patches/100-disable_compat_cmd.patch new file mode 100644 index 0000000..9907840 --- /dev/null +++ b/bright-ben/tools/pkg-config/patches/100-disable_compat_cmd.patch @@ -0,0 +1,22 @@ +--- a/parse.c ++++ b/parse.c +@@ -1187,15 +1187,12 @@ try_command (const char *command) + Package * + get_compat_package (const char *name) + { +-#ifdef G_OS_WIN32 +- /* There has never been any of these legacy *-config scripts on +- * Windows as far as I know. No use trying to execute them, will +- * only confuse users to see the "blabla is not recognized as an +- * internal or external command, operable program or batch file" +- * messages. ++ /* ++ * We don't need this compatibility stuff on a system ++ * that is free of legacy stuff + */ + return NULL; +-#else ++#if 0 + + Package *pkg; +