aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pkg-config/patches/100-disable_compat_cmd.patch
diff options
context:
space:
mode:
authorJames <>2013-03-17 12:16:37 +0000
committerJames <>2013-03-17 12:16:37 +0000
commit27b76ab0671089c47506615a796a261e993896a7 (patch)
tree61213d67e7fa87b20356b23798558e2c4212c42f /tools/pkg-config/patches/100-disable_compat_cmd.patch
downloadtrunk-36060-master.tar.gz
trunk-36060-master.tar.bz2
trunk-36060-master.zip
Diffstat (limited to 'tools/pkg-config/patches/100-disable_compat_cmd.patch')
-rw-r--r--tools/pkg-config/patches/100-disable_compat_cmd.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/pkg-config/patches/100-disable_compat_cmd.patch b/tools/pkg-config/patches/100-disable_compat_cmd.patch
new file mode 100644
index 0000000..9907840
--- /dev/null
+++ b/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;
+