diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-10-30 21:47:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-10-30 21:47:02 +0000 |
commit | 2ae80c944ff17e0a19d916cc1e81dc8f597c5457 (patch) | |
tree | a1aa242fe8824d7b1fb747c42865843077ebbae3 /tools/pkg-config/patches | |
parent | 417abac0857caf5f174c8935111f5f26c8f20dd1 (diff) | |
download | upstream-2ae80c944ff17e0a19d916cc1e81dc8f597c5457.tar.gz upstream-2ae80c944ff17e0a19d916cc1e81dc8f597c5457.tar.bz2 upstream-2ae80c944ff17e0a19d916cc1e81dc8f597c5457.zip |
pkg-config: update to latest version, fix build on Mac OS X 10.9
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38561
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38614 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/pkg-config/patches')
-rw-r--r-- | tools/pkg-config/patches/100-disable_compat_cmd.patch | 22 |
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; - |