[packages/xorg-driver-input-mutouch] - fix building with latest automake - rel 6
baggins
baggins at pld-linux.org
Sun Apr 7 21:38:41 CEST 2013
commit 80554f45360ccde0f08498acab5a682e9d546b2f
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Apr 7 21:38:27 2013 +0200
- fix building with latest automake
- rel 6
am.patch | 11 +++++++++++
xorg-driver-input-mutouch.spec | 4 +++-
2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/xorg-driver-input-mutouch.spec b/xorg-driver-input-mutouch.spec
index f07503a..f459072 100644
--- a/xorg-driver-input-mutouch.spec
+++ b/xorg-driver-input-mutouch.spec
@@ -2,11 +2,12 @@ Summary: X.org input driver for MicroTouch devices
Summary(pl.UTF-8): Sterownik wejściowy X.org dla urządzeń MicroTouch
Name: xorg-driver-input-mutouch
Version: 1.3.0
-Release: 5
+Release: 6
License: MIT
Group: X11/Applications
Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-input-mutouch-%{version}.tar.bz2
# Source0-md5: d84374b3eecc2d7156f5b694e79f66ac
+Patch0: am.patch
URL: http://xorg.freedesktop.org/
BuildRequires: autoconf >= 2.57
BuildRequires: automake
@@ -29,6 +30,7 @@ Sterownik wejściowy X.org dla urządzeń MicroTouch.
%prep
%setup -q -n xf86-input-mutouch-%{version}
+%patch0 -p1
%build
%{__libtoolize}
diff --git a/am.patch b/am.patch
new file mode 100644
index 0000000..34adbbd
--- /dev/null
+++ b/am.patch
@@ -0,0 +1,11 @@
+--- xf86-input-mutouch-1.3.0/configure.ac~ 2011-06-28 03:31:46.000000000 +0200
++++ xf86-input-mutouch-1.3.0/configure.ac 2013-04-07 21:37:46.179040596 +0200
+@@ -35,7 +35,7 @@
+ DRIVER_NAME=mutouch
+ AC_SUBST([DRIVER_NAME])
+
+-AM_CONFIG_HEADER([config.h])
++AC_CONFIG_HEADERS([config.h])
+
+ # Checks for programs.
+ AC_DISABLE_STATIC
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xorg-driver-input-mutouch.git/commitdiff/80554f45360ccde0f08498acab5a682e9d546b2f
More information about the pld-cvs-commit
mailing list