From 08476335bf9b32943a2bdcc292f493db88db6886 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 12 Jan 2013 18:01:57 +0100 Subject: [PATCH] dbus-python: add patch to support automake-1.13 Signed-off-by: Stephan Raue --- .../patches/dbus-python-1.1.1-automake-1.13.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/python/system/dbus-python/patches/dbus-python-1.1.1-automake-1.13.patch diff --git a/packages/python/system/dbus-python/patches/dbus-python-1.1.1-automake-1.13.patch b/packages/python/system/dbus-python/patches/dbus-python-1.1.1-automake-1.13.patch new file mode 100644 index 0000000000..2ad113e46f --- /dev/null +++ b/packages/python/system/dbus-python/patches/dbus-python-1.1.1-automake-1.13.patch @@ -0,0 +1,12 @@ +diff -Naur dbus-python-1.1.1/configure.ac dbus-python-1.1.1.patch/configure.ac +--- dbus-python-1.1.1/configure.ac 2012-06-25 18:02:12.000000000 +0200 ++++ dbus-python-1.1.1.patch/configure.ac 2013-01-12 01:09:51.235915152 +0100 +@@ -29,7 +29,7 @@ + AC_SUBST(DBUS_PYTHON_MICRO_VERSION, dbus_python_micro_version) + + AC_CONFIG_SRCDIR([_dbus_bindings/module.c]) +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + + AM_INIT_AUTOMAKE([1.9 -Wno-portability]) +