From 84746981c58b19ad1613abcf68dcee2d707a8436 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 12 Jan 2013 17:56:05 +0100 Subject: [PATCH] libftdi: add patch to support automake-1.13 Signed-off-by: Stephan Raue --- .../libftdi/patches/libftdi-0.20-automake_1.13.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/devel/libftdi/patches/libftdi-0.20-automake_1.13.patch diff --git a/packages/devel/libftdi/patches/libftdi-0.20-automake_1.13.patch b/packages/devel/libftdi/patches/libftdi-0.20-automake_1.13.patch new file mode 100644 index 0000000000..78baa5e4ce --- /dev/null +++ b/packages/devel/libftdi/patches/libftdi-0.20-automake_1.13.patch @@ -0,0 +1,11 @@ +diff -Naur libftdi-0.20-old/configure.in libftdi-0.20-new/configure.in +--- libftdi-0.20-old/configure.in 2012-03-19 04:20:56.000000000 -0700 ++++ libftdi-0.20-new/configure.in 2012-12-31 04:49:04.000000000 -0800 +@@ -1,6 +1,6 @@ + AC_INIT(libftdi, 0.20) + AM_INIT_AUTOMAKE +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + + AC_LANG_C + AC_PROG_CC