From 9f250c2e660608b7f202f51c4ac51614b9f8c68f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 12 Jan 2013 17:52:25 +0100 Subject: [PATCH] mrxvt: add patch to support automake-1.13 Signed-off-by: Stephan Raue --- .../mrxvt/patches/mrxvt-0.5.4-automake-1.13.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/debug/mrxvt/patches/mrxvt-0.5.4-automake-1.13.patch diff --git a/packages/debug/mrxvt/patches/mrxvt-0.5.4-automake-1.13.patch b/packages/debug/mrxvt/patches/mrxvt-0.5.4-automake-1.13.patch new file mode 100644 index 0000000000..b29c058183 --- /dev/null +++ b/packages/debug/mrxvt/patches/mrxvt-0.5.4-automake-1.13.patch @@ -0,0 +1,12 @@ +diff -Naur mrxvt-0.5.4/configure.ac mrxvt-0.5.4.patch/configure.ac +--- mrxvt-0.5.4/configure.ac 2008-05-12 19:21:56.000000000 +0200 ++++ mrxvt-0.5.4.patch/configure.ac 2013-01-12 01:54:55.819541351 +0100 +@@ -28,7 +28,7 @@ + AC_INIT(mrxvt, 0.5.4, [jimmyzhou@users.sourceforge.net]) + AM_INIT_AUTOMAKE(mrxvt, 0.5.4) + +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + AC_CONFIG_SRCDIR([src/main.c]) + +