[packages/perl-Convert-UUlib] add missing includes

atler atler at pld-linux.org
Sat Aug 15 23:44:20 CEST 2026


commit cd97ba26dd1aadbc08b871e7b7b49d9a4d74c376
Author: Jan Palus <atler at pld-linux.org>
Date:   Sat Aug 15 23:36:06 2026 +0200

    add missing includes

 includes.patch          | 22 ++++++++++++++++++++++
 perl-Convert-UUlib.spec |  2 ++
 2 files changed, 24 insertions(+)
---
diff --git a/perl-Convert-UUlib.spec b/perl-Convert-UUlib.spec
index 93ddc97..e80fe0c 100644
--- a/perl-Convert-UUlib.spec
+++ b/perl-Convert-UUlib.spec
@@ -11,6 +11,7 @@ License:	GPL
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/Convert/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5:	da734f09c9a73aed957d6dd5034bd856
+Patch0:		includes.patch
 URL:		http://search.cpan.org/dist/Convert-UUlib/
 BuildRequires:	autoconf
 BuildRequires:	perl-Canary-Stability >= 2012
@@ -28,6 +29,7 @@ kodującej/rozkodowującej uulib (nazywanej też uudeview/uuenview).
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
+%patch -P0 -p1
 
 %build
 cd uulib
diff --git a/includes.patch b/includes.patch
new file mode 100644
index 0000000..af716c4
--- /dev/null
+++ b/includes.patch
@@ -0,0 +1,22 @@
+--- Convert-UUlib-1.71/uulib/crc32.h.orig	2020-02-27 16:39:24.000000000 +0100
++++ Convert-UUlib-1.71/uulib/crc32.h	2026-08-15 23:29:28.777235509 +0200
+@@ -1,6 +1,8 @@
+ #ifndef __CRC32_H__
+ #define __CRC32_H__
+ 
++#include "config.h"
++
+ #ifndef _ANSI_ARGS_
+ #ifdef PROTOTYPES
+ #define _ANSI_ARGS_(c)	c
+--- Convert-UUlib-1.71/uulib/uudeview.h.orig	2009-08-24 06:49:26.000000000 +0200
++++ Convert-UUlib-1.71/uulib/uudeview.h	2026-08-15 23:30:00.632406155 +0200
+@@ -24,6 +24,8 @@
+  * $Id$
+  */
+ 
++#include "config.h"
++
+ #ifndef _ANSI_ARGS_
+ #ifdef PROTOTYPES
+ #define _ANSI_ARGS_(c)	c
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Convert-UUlib.git/commitdiff/15640ff5d5e830b5c60f1265311d47f9736a5e21



More information about the pld-cvs-commit mailing list