]> git.pld-linux.org Git - packages/xorg-driver-input-hyperpen.git/commitdiff
- fix building with latest automake auto/th/xorg-driver-input-hyperpen-1.4.1-6
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 7 Apr 2013 19:37:05 +0000 (21:37 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 7 Apr 2013 19:37:05 +0000 (21:37 +0200)
- rel 6

am.patch [new file with mode: 0644]
xorg-driver-input-hyperpen.spec

diff --git a/am.patch b/am.patch
new file mode 100644 (file)
index 0000000..19546ac
--- /dev/null
+++ b/am.patch
@@ -0,0 +1,11 @@
+--- xf86-input-hyperpen-1.4.1/configure.ac~    2011-07-05 03:42:36.000000000 +0200
++++ xf86-input-hyperpen-1.4.1/configure.ac     2013-04-07 21:36:17.091429090 +0200
+@@ -35,7 +35,7 @@
+ DRIVER_NAME=hyperpen
+ AC_SUBST([DRIVER_NAME])
+-AM_CONFIG_HEADER([config.h])
++AC_CONFIG_HEADERS([config.h])
+ # Checks for programs.
+ AC_DISABLE_STATIC
index 420f87c7e379a307e1700cf1e9b56c4207c227e3..774facb743f5c7e502264bc3d153cc5c2b90cd9e 100644 (file)
@@ -2,11 +2,12 @@ Summary:      X.org input driver for Aiptek HyperPen devices
 Summary(pl.UTF-8):     Sterownik wejściowy X.org dla urządzeń Aiptek HyperPen
 Name:          xorg-driver-input-hyperpen
 Version:       1.4.1
-Release:       5
+Release:       6
 License:       MIT
 Group:         X11/Applications
 Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-input-hyperpen-%{version}.tar.bz2
 # Source0-md5: 75dc36477a291f8c2f7c808ab78a400a
+Patch0:                am.patch
 URL:           http://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
@@ -31,6 +32,7 @@ Aiptek HyperPen 6000.
 
 %prep
 %setup -q -n xf86-input-hyperpen-%{version}
+%patch0 -p1
 
 %build
 %{__libtoolize}
This page took 0.092992 seconds and 4 git commands to generate.