summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/swish-e/files/perl-makefile-2.patch')
-rw-r--r--www-apps/swish-e/files/perl-makefile-2.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/www-apps/swish-e/files/perl-makefile-2.patch b/www-apps/swish-e/files/perl-makefile-2.patch
deleted file mode 100644
index 1803d7fa29ef..000000000000
--- a/www-apps/swish-e/files/perl-makefile-2.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ur swish-e-2.4.7-orig/perl/Makefile.PL swish-e-2.4.7/perl/Makefile.PL
---- swish-e-2.4.7-orig/perl/Makefile.PL 2009-04-05 03:58:33.000000000 +0200
-+++ swish-e-2.4.7/perl/Makefile.PL 2009-06-03 09:39:10.000000000 +0200
-@@ -23,6 +23,7 @@
- NORECURS => 1, # keep it from recursing into subdirectories
- DIR => [],
- XSPROTOARG => '-noprototypes',
-+ CCFLAGS => '-I../src',
- PREREQ_PM => { 'File::Spec' => '0.8', },
- test => { TESTS => 't/*.t', },
- clean => {