[packages/tinyproxy] - drop AM_C_PROTOTYPES (no longer supported by automake)

arekm arekm at pld-linux.org
Sat Feb 16 22:01:15 CET 2013


commit 9b9b770cf95f333daf37ba594ee83c296dd157a1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sat Feb 16 22:01:12 2013 +0100

    - drop AM_C_PROTOTYPES (no longer supported by automake)

 tinyproxy-ac.patch | 10 ++++++++++
 tinyproxy.spec     |  2 ++
 2 files changed, 12 insertions(+)
---
diff --git a/tinyproxy.spec b/tinyproxy.spec
index 83dd3d0..6488635 100644
--- a/tinyproxy.spec
+++ b/tinyproxy.spec
@@ -12,6 +12,7 @@ Source0:	http://dl.sourceforge.net/tinyproxy/%{name}-%{version}.tar.gz
 # Source0-md5:	ccacdd9cb093202886b6c7c9e453a804
 Source1:	%{name}.init
 Patch0:		%{name}-config.patch
+Patch1:		%{name}-ac.patch
 URL:		http://tinyproxy.sourceforge.net/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -32,6 +33,7 @@ przydatny w małych sieciach lokalnych.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/tinyproxy-ac.patch b/tinyproxy-ac.patch
new file mode 100644
index 0000000..49aac80
--- /dev/null
+++ b/tinyproxy-ac.patch
@@ -0,0 +1,10 @@
+--- tinyproxy-1.7.0/configure.ac~	2004-01-26 19:56:25.000000000 +0100
++++ tinyproxy-1.7.0/configure.ac	2013-02-16 21:59:52.717464837 +0100
+@@ -229,7 +229,6 @@
+ dnl
+ dnl Checks for types
+ dnl
+-AM_C_PROTOTYPES
+ AC_C_CONST
+ AC_C_INLINE
+ AC_TYPE_SIZE_T
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tinyproxy.git/commitdiff/9b9b770cf95f333daf37ba594ee83c296dd157a1



More information about the pld-cvs-commit mailing list