OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Kolab Konsortium via Gunnar
Wro$
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 11-Oct-2007 15:30:57
Branch: HEAD Handle: 2007101114305700
Modified files:
openpkg-src/perl perl.spec
Log:
Fix perl issue when asm/page.h is missing from the linux headers. See
https://bugs.gentoo.org/show_bug.cgi?id=168312.
Summary:
Revision Changes Path
1.117 +3 -1 openpkg-src/perl/perl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl/perl.spec
============================================================================
$ cvs diff -u -r1.116 -r1.117 perl.spec
--- openpkg-src/perl/perl.spec 14 Jul 2007 14:44:53 -0000 1.116
+++ openpkg-src/perl/perl.spec 11 Oct 2007 13:30:57 -0000 1.117
@@ -33,11 +33,12 @@
Group: Perl
License: GPL/Artistic
Version: 5.8.8
-Release: 20070714
+Release: 20071011
# list of sources
Source0: ftp://ftp.cpan.org/pub/CPAN/src/perl-%{version}.tar.gz
Patch0: perl.patch
+Patch1: http://bugs.gentoo.org/attachment.cgi?id=111427
# build information
Prefix: %{l_prefix}
@@ -63,6 +64,7 @@
%prep
%setup -q
%patch -p0
+ %patch -p1 -P 1
chmod -R u+w .
%build
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]