aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pkg-config/patches
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-10-28 15:15:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-10-28 15:15:12 +0000
commita690b1adea988e9f05a18af35c36fb76b91ee95b (patch)
tree3e9e21842aa5b3e54227709c4254b5449d3576f6 /tools/pkg-config/patches
parente3a909038d9ce69e7d582755732569355f490629 (diff)
downloadupstream-a690b1adea988e9f05a18af35c36fb76b91ee95b.tar.gz
upstream-a690b1adea988e9f05a18af35c36fb76b91ee95b.tar.bz2
upstream-a690b1adea988e9f05a18af35c36fb76b91ee95b.zip
pkg-config: update to latest version, fix build on Mac OS X 10.9
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38561 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/pkg-config/patches')
-rw-r--r--tools/pkg-config/patches/100-disable_compat_cmd.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/tools/pkg-config/patches/100-disable_compat_cmd.patch b/tools/pkg-config/patches/100-disable_compat_cmd.patch
deleted file mode 100644
index 990784045e..0000000000
--- a/tools/pkg-config/patches/100-disable_compat_cmd.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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;
-