diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-31 20:10:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-31 20:10:29 +0000 |
commit | 613a9cca6a597c4d339e87d0697729de10ec9de6 (patch) | |
tree | 180d100c32893a23ca6aa0da22fb95bdf9fd37f9 /main/libmad/automake.patch | |
parent | 2980382356f2bd8b3ed5163661a024771ea9c423 (diff) | |
download | aports-613a9cca6a597c4d339e87d0697729de10ec9de6.tar.bz2 aports-613a9cca6a597c4d339e87d0697729de10ec9de6.tar.xz |
main/libmad: build fix for automake-1.13
Diffstat (limited to 'main/libmad/automake.patch')
-rw-r--r-- | main/libmad/automake.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/libmad/automake.patch b/main/libmad/automake.patch new file mode 100644 index 0000000000..bfa1fb7fb8 --- /dev/null +++ b/main/libmad/automake.patch @@ -0,0 +1,11 @@ +--- ./configure.ac.orig 2012-12-31 20:07:03.710178583 +0000 ++++ ./configure.ac 2012-12-31 20:07:21.443663905 +0000 +@@ -28,7 +28,7 @@ + + AM_INIT_AUTOMAKE + +-AM_CONFIG_HEADER([config.h]) ++AC_CONFIG_HEADER([config.h]) + + dnl System type. + |