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

qboosh qboosh at pld-linux.org
Sat Jun 22 07:33:13 CEST 2013


commit 5c061ac859168a1dbc6d4c3ad6b292ea322047bf
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jun 22 07:32:47 2013 +0200

    - added am patch (fixes build with automake 1.13+)

 libsbsms-am.patch | 11 +++++++++++
 libsbsms.spec     |  2 ++
 2 files changed, 13 insertions(+)
---
diff --git a/libsbsms.spec b/libsbsms.spec
index 2c81f68..ce3da3c 100644
--- a/libsbsms.spec
+++ b/libsbsms.spec
@@ -15,6 +15,7 @@ Patch0:		%{name}-opts.patch
 Patch1:		%{name}-gcc.patch
 Patch2:		%{name}-link.patch
 Patch3:		%{name}-mad.patch
+Patch4:		%{name}-am.patch
 URL:		http://sbsms.sourceforge.net/
 BuildRequires:	autoconf
 BuildRequires:	automake >= 1.5
@@ -78,6 +79,7 @@ Oparty na wxWidgets odtwarzacz wykorzystujący libsbsms.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %{__libtoolize}
diff --git a/libsbsms-am.patch b/libsbsms-am.patch
new file mode 100644
index 0000000..28a7af7
--- /dev/null
+++ b/libsbsms-am.patch
@@ -0,0 +1,11 @@
+--- libsbsms-1.7.0/configure.in.orig	2013-06-22 07:31:24.387541446 +0200
++++ libsbsms-1.7.0/configure.in	2013-06-22 07:31:59.647540006 +0200
+@@ -8,7 +8,7 @@
+ LIBSBSMS_RELEASE_BUILD=0
+ AC_CONFIG_SRCDIR([src/sbsms.cpp])
+ AC_CANONICAL_TARGET([])
+-AM_CONFIG_HEADER(src/config.h)
++AC_CONFIG_HEADER(src/config.h)
+ m4_include([m4/ac_c99_func_lrint.m4])
+ m4_include([m4/ac_c99_func_lrintf.m4])
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libsbsms.git/commitdiff/5c061ac859168a1dbc6d4c3ad6b292ea322047bf



More information about the pld-cvs-commit mailing list