Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/swish-e/files: perl-makefile-2.patch
Date: Wed, 03 Jun 2009 08:32:42
Message-Id: E1MBlto-0003Rh-TT@stork.gentoo.org
1 tove 09/06/03 08:32:40
2
3 Added: perl-makefile-2.patch
4 Log:
5 Fixes bugs 261853 and bug 248477
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 www-apps/swish-e/files/perl-makefile-2.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/swish-e/files/perl-makefile-2.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/swish-e/files/perl-makefile-2.patch?rev=1.1&content-type=text/plain
13
14 Index: perl-makefile-2.patch
15 ===================================================================
16 diff -ur swish-e-2.4.7-orig/perl/Makefile.PL swish-e-2.4.7/perl/Makefile.PL
17 --- swish-e-2.4.7-orig/perl/Makefile.PL 2009-04-05 03:58:33.000000000 +0200
18 +++ swish-e-2.4.7/perl/Makefile.PL 2009-06-03 09:39:10.000000000 +0200
19 @@ -23,6 +23,7 @@
20 NORECURS => 1, # keep it from recursing into subdirectories
21 DIR => [],
22 XSPROTOARG => '-noprototypes',
23 + CCFLAGS => '-I../src',
24 PREREQ_PM => { 'File::Spec' => '0.8', },
25 test => { TESTS => 't/*.t', },
26 clean => {