aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cuetools/fix_build_with_automake-1.12.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2014-10-07 22:07:45 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2014-10-07 22:07:45 +0200
commitcf90bd398764cc8f5f5603a28a6aa23c53fa274a (patch)
treefb889ba22caeb572f68237f882ba6a299f9c9568 /testing/cuetools/fix_build_with_automake-1.12.patch
parent7bb68bffd143a591c00d38759e2da7991e40b8ab (diff)
downloadaports-cf90bd398764cc8f5f5603a28a6aa23c53fa274a.tar.bz2
aports-cf90bd398764cc8f5f5603a28a6aa23c53fa274a.tar.xz
testing/cuetools: new aport
Diffstat (limited to 'testing/cuetools/fix_build_with_automake-1.12.patch')
-rw-r--r--testing/cuetools/fix_build_with_automake-1.12.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/cuetools/fix_build_with_automake-1.12.patch b/testing/cuetools/fix_build_with_automake-1.12.patch
new file mode 100644
index 0000000000..9090f32c3d
--- /dev/null
+++ b/testing/cuetools/fix_build_with_automake-1.12.patch
@@ -0,0 +1,24 @@
+From 761eba5b9b9c87a872a18b7ba4bf3d77a96e2157 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Horv=C3=A1th=20Bal=C3=A1zs?= <q@qroa.ch>
+Date: Tue, 15 Oct 2013 01:17:52 +0200
+Subject: [PATCH] Fix build with automake-1.12.
+
+---
+ configure.ac | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/configure.ac b/configure.ac
+index f54bb92..9f36932 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -4,6 +4,7 @@ AC_PROG_CC
+ AC_PROG_INSTALL
+ AC_PROG_RANLIB
+ AM_PROG_LEX
++m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
+ AC_PROG_YACC
+ AC_CONFIG_HEADERS([config.h])
+ AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/lib/Makefile src/tools/Makefile extras/Makefile])
+--
+1.8.4
+