]> git.pld-linux.org Git - packages/acpi.git/commitdiff
- added am patch (fixes build with automake 1.13)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 Feb 2013 21:14:44 +0000 (22:14 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 Feb 2013 21:14:44 +0000 (22:14 +0100)
acpi-am.patch [new file with mode: 0644]
acpi.spec

diff --git a/acpi-am.patch b/acpi-am.patch
new file mode 100644 (file)
index 0000000..3239a89
--- /dev/null
@@ -0,0 +1,9 @@
+--- acpi-1.6/configure.ac.orig 2012-01-13 12:38:58.000000000 +0100
++++ acpi-1.6/configure.ac      2013-02-17 21:26:27.860871376 +0100
+@@ -1,5 +1,5 @@
+ AC_INIT(main.c)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ AM_INIT_AUTOMAKE(acpi, 1.6)
+ AC_PROG_CC
+ AC_ISC_POSIX
index df4a1e7dbb6a2df0f2699f875fcefdef9781fbc6..39a916b639c3da4fb3eda8db7ae3bf89efd821f1 100644 (file)
--- a/acpi.spec
+++ b/acpi.spec
@@ -7,6 +7,7 @@ License:        GPL v2+
 Group:         Applications/System
 Source0:       http://downloads.sourceforge.net/acpiclient/%{name}-%{version}.tar.gz
 # Source0-md5: 68d0104a7825c904e3f45de8682cee19
+Patch0:                %{name}-am.patch
 URL:           http://acpiclient.sourceforge.net/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -25,6 +26,7 @@ opartych o ACPI. Zawiera informacje o zasilaniu i temperaturze.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__aclocal}
This page took 0.077624 seconds and 4 git commands to generate.