]> git.pld-linux.org Git - packages/libdsk.git/commitdiff
- added am patch (fixes build with automake 1.13)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 2 Mar 2013 19:22:42 +0000 (20:22 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 2 Mar 2013 19:22:42 +0000 (20:22 +0100)
libdsk-am.patch [new file with mode: 0644]
libdsk.spec

diff --git a/libdsk-am.patch b/libdsk-am.patch
new file mode 100644 (file)
index 0000000..e604138
--- /dev/null
@@ -0,0 +1,11 @@
+--- libdsk-1.3.3/configure.in.orig     2010-06-28 21:43:20.000000000 +0200
++++ libdsk-1.3.3/configure.in  2013-03-02 20:02:12.392049020 +0100
+@@ -6,7 +6,7 @@
+ VERSION=1.3.3
+ UPDATED='June 28, 2010'
+ AM_INIT_AUTOMAKE(libdsk, $VERSION)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ dnl Support for the Java Native Interface bindings
+ AC_ARG_WITH(jni,
index 310cf53aec0d1341f57606be95dbb78f87d71266..0eb883b070f18922a1e7db0316e9202e974caec7 100644 (file)
@@ -11,6 +11,7 @@ License:      LGPL v2+
 Group:         Libraries
 Source0:       http://www.seasip.info/Unix/LibDsk/%{name}-%{version}.tar.gz
 # Source0-md5: 2cce41b4b1325d697183e34afcae2a9c
+Patch0:                %{name}-am.patch
 URL:           http://www.seasip.info/Unix/LibDsk/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -62,6 +63,7 @@ Statyczna wersja biblioteki libdsk.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %{__perl} -pi -e 's,/usr/local/share,%{_datadir},' man/libdskrc.5
 
This page took 0.056353 seconds and 4 git commands to generate.