]> git.pld-linux.org Git - packages/cvs.git/commitdiff
Fix build with automake 1.13
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 5 Feb 2013 20:39:31 +0000 (21:39 +0100)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 5 Feb 2013 20:39:31 +0000 (21:39 +0100)
cvs-am.patch [new file with mode: 0644]
cvs.spec

diff --git a/cvs-am.patch b/cvs-am.patch
new file mode 100644 (file)
index 0000000..1a7c64d
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN cvs-1.12.13/configure.in cvs-1.12.13.new/configure.in
+--- cvs-1.12.13/configure.in   2013-02-05 21:29:43.000000000 +0100
++++ cvs-1.12.13.new/configure.in       2013-02-05 21:31:50.083330475 +0100
+@@ -23,7 +23,7 @@
+ AC_PREREQ(2.59)
+ AC_PREFIX_PROGRAM(cvs)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ AM_MAINTAINER_MODE
+ dnl This needs to be called to enable certain system extensions before calling
index c2b9fa3f8782cbfca7c673c7639b8e06c300b375..ff6c2169c8a521eadd69716430202f40608dd340 100644 (file)
--- a/cvs.spec
+++ b/cvs.spec
@@ -31,6 +31,7 @@ Patch8:               %{name}-datetime.patch
 Patch9:                %{name}-getcwd.patch
 Patch10:       %{name}-ac.patch
 Patch11:       %{name}-printf-n.patch
+Patch12:       %{name}-am.patch
 
 # patches from debian
 Patch100:      %{name}-debian-64bit-crash.patch
@@ -239,6 +240,7 @@ pserver.
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 
 %patch100 -p1
 %patch101 -p1
This page took 0.065946 seconds and 4 git commands to generate.