From 1848de6e0da5abda372524bb2344af241bb7442e Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 12 Jan 2013 18:03:15 +0100 Subject: [PATCH] polkit: add patch to support automake-1.13 Signed-off-by: Stephan Raue --- .../patches/polkit-0.104-automake-1.13.patch | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 packages/security/polkit/patches/polkit-0.104-automake-1.13.patch diff --git a/packages/security/polkit/patches/polkit-0.104-automake-1.13.patch b/packages/security/polkit/patches/polkit-0.104-automake-1.13.patch new file mode 100644 index 0000000000..c95e3859a9 --- /dev/null +++ b/packages/security/polkit/patches/polkit-0.104-automake-1.13.patch @@ -0,0 +1,20 @@ +diff -Naur polkit-0.104/configure.ac polkit-0.104.patch/configure.ac +--- polkit-0.104/configure.ac 2012-01-03 17:25:49.000000000 +0100 ++++ polkit-0.104.patch/configure.ac 2013-01-12 09:45:00.437875775 +0100 +@@ -3,7 +3,7 @@ + AC_PREREQ(2.59c) + AC_INIT(polkit, 0.104, http://lists.freedesktop.org/mailman/listinfo/polkit-devel) + AM_INIT_AUTOMAKE(polkit, 0.104) +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + AM_MAINTAINER_MODE + + m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) +@@ -24,7 +24,6 @@ + + AC_ISC_POSIX + AC_PROG_CC +-AM_PROG_CC_STDC + AC_HEADER_STDC + AM_PROG_LIBTOOL + AC_PROG_MAKE_SET