aboutsummaryrefslogtreecommitdiffstats
path: root/main/recordmydesktop/automake.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-01-01 07:01:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-01-01 07:32:34 +0000
commit9429f3b9431c321a0fb8ebc40f3d4910fbcae3c1 (patch)
treea9cc4d0b4b3012cffa01db6a9638333d7aa4c401 /main/recordmydesktop/automake.patch
parentb78dacafdf01c2ec58c5e27ae49b06beb2e01e3e (diff)
downloadaports-9429f3b9431c321a0fb8ebc40f3d4910fbcae3c1.tar.bz2
aports-9429f3b9431c321a0fb8ebc40f3d4910fbcae3c1.tar.xz
main/recordmydesktop: build fix for automake-1.13
Diffstat (limited to 'main/recordmydesktop/automake.patch')
-rw-r--r--main/recordmydesktop/automake.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/recordmydesktop/automake.patch b/main/recordmydesktop/automake.patch
new file mode 100644
index 0000000000..888223450e
--- /dev/null
+++ b/main/recordmydesktop/automake.patch
@@ -0,0 +1,11 @@
+--- ./configure.ac.orig 2013-01-01 07:00:42.507235021 +0000
++++ ./configure.ac 2013-01-01 07:01:00.520724885 +0000
+@@ -6,7 +6,7 @@
+ AM_INIT_AUTOMAKE
+
+ AC_CONFIG_SRCDIR([src/rmd.c])
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADER(config.h)
+
+
+