[packages/libdsk] - added am patch (fixes build with automake 1.13)

qboosh qboosh at pld-linux.org
Sat Mar 2 20:22:47 CET 2013


commit 7eb9a2db6cb4ea59387a6029536e4a68f928a501
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Mar 2 20:22:42 2013 +0100

    - added am patch (fixes build with automake 1.13)

 libdsk-am.patch | 11 +++++++++++
 libdsk.spec     |  2 ++
 2 files changed, 13 insertions(+)
---
diff --git a/libdsk.spec b/libdsk.spec
index 310cf53..0eb883b 100644
--- a/libdsk.spec
+++ b/libdsk.spec
@@ -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
 
diff --git a/libdsk-am.patch b/libdsk-am.patch
new file mode 100644
index 0000000..e604138
--- /dev/null
+++ b/libdsk-am.patch
@@ -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,
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libdsk.git/commitdiff/7eb9a2db6cb4ea59387a6029536e4a68f928a501



More information about the pld-cvs-commit mailing list