]> git.pld-linux.org Git - packages/lirc.git/commitdiff
- fix building with latest automake auto/th/lirc-0.9.0-78
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 3 Mar 2013 12:40:07 +0000 (13:40 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 3 Mar 2013 12:40:07 +0000 (13:40 +0100)
- rel 78

lirc-am.patch [new file with mode: 0644]
lirc.spec

diff --git a/lirc-am.patch b/lirc-am.patch
new file mode 100644 (file)
index 0000000..23ad03a
--- /dev/null
@@ -0,0 +1,11 @@
+--- lirc-0.9.0/configure.ac~   2013-03-03 13:36:41.238766080 +0100
++++ lirc-0.9.0/configure.ac    2013-03-03 13:38:11.952906500 +0100
+@@ -8,7 +8,7 @@
+ AC_CONFIG_MACRO_DIR([m4])
+ AM_INIT_AUTOMAKE(lirc, 0.9.0)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ dnl Checks for programs.
+ AC_PROG_CC
index 8d718db3165dfae7e22679da5018115424e4e9d1..48328859ee184f0b1ee24a6b71a6e779ffc3af8e 100644 (file)
--- a/lirc.spec
+++ b/lirc.spec
@@ -21,7 +21,7 @@
 %endif
 
 %define                pname   lirc
-%define                rel     77
+%define                rel     78
 
 #
 # main package
@@ -60,6 +60,7 @@ Patch4:               %{pname}-sparc.patch
 Patch5:                %{pname}-remotes.patch
 Patch6:                %{pname}-kernelcc.patch
 Patch7:                format-security.patch
+Patch8:                %{pname}-am.patch
 URL:           http://www.lirc.org/
 BuildRequires: alsa-lib-devel
 BuildRequires: autoconf >= 2.50
@@ -573,6 +574,7 @@ Moduł lirc_parallel dla urządzeń podłączanych do portu równoległego.
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 echo '#' > drivers/Makefile.am
This page took 0.080493 seconds and 4 git commands to generate.