summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pkgconfig/pkgconfig-0.28/obsolete_automake_macros.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/pkgconfig/pkgconfig-0.28/obsolete_automake_macros.patch')
-rw-r--r--meta/recipes-devtools/pkgconfig/pkgconfig-0.28/obsolete_automake_macros.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig-0.28/obsolete_automake_macros.patch b/meta/recipes-devtools/pkgconfig/pkgconfig-0.28/obsolete_automake_macros.patch
new file mode 100644
index 0000000000..7d93b1c05a
--- /dev/null
+++ b/meta/recipes-devtools/pkgconfig/pkgconfig-0.28/obsolete_automake_macros.patch
@@ -0,0 +1,16 @@
1Remove obsolete AM_PROG_CC_STDC use as there's already modern equivalent,
2AC_PROG_CC, present.
3
4Upstream-Status: Submitted
5
6Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
7diff -Nurd pkg-config-0.28/glib/configure.ac pkg-config-0.28/glib/configure.ac
8--- pkg-config-0.28/glib/configure.ac 2012-10-13 17:35:36.000000000 +0300
9+++ pkg-config-0.28/glib/configure.ac 2013-05-24 23:48:34.093415116 +0300
10@@ -288,7 +288,6 @@
11 AM_CONDITIONAL(HAVE_CXX, [test "$CXX" != ""])
12 AC_LANG_RESTORE
13
14-AM_PROG_CC_STDC
15 AM_PROG_CC_C_O
16 AC_PROG_INSTALL