From d8286939e5d3e8d370f135788e60d574c803c0c6 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 22 Jan 2013 15:09:07 +0100 Subject: [PATCH] xf86-video-dove: add automake-1.13 patch Signed-off-by: Stephan Raue --- .../xf86-video-dove-0.3.4-automake-1.13.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/x11/driver/xf86-video-dove/patches/xf86-video-dove-0.3.4-automake-1.13.patch diff --git a/packages/x11/driver/xf86-video-dove/patches/xf86-video-dove-0.3.4-automake-1.13.patch b/packages/x11/driver/xf86-video-dove/patches/xf86-video-dove-0.3.4-automake-1.13.patch new file mode 100644 index 0000000000..af0808d59a --- /dev/null +++ b/packages/x11/driver/xf86-video-dove/patches/xf86-video-dove-0.3.4-automake-1.13.patch @@ -0,0 +1,12 @@ +diff -Naur xf86-video-dove-0.3.4/configure.ac xf86-video-dove-0.3.4.patch/configure.ac +--- xf86-video-dove-0.3.4/configure.ac 2011-03-07 18:52:09.000000000 +0100 ++++ xf86-video-dove-0.3.4.patch/configure.ac 2013-01-22 13:30:57.420372292 +0100 +@@ -27,7 +27,7 @@ + xf86-video-mrvl) + + AC_CONFIG_SRCDIR([Makefile.am]) +-AM_CONFIG_HEADER([config.h]) ++AC_CONFIG_HEADERS([config.h]) + AC_CONFIG_AUX_DIR(.) + + AM_INIT_AUTOMAKE([dist-bzip2])