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])