summaryrefslogtreecommitdiff
path: root/devel/svk/files/patch-Makefile.PL
blob: d9f6fec49f08eb52472c3fbe17701f760a8dd69d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Makefile.PL.orig	2018-04-20 15:05:12 UTC
+++ Makefile.PL
@@ -151,10 +151,3 @@ auto_install();
 auto_provides();
 WriteAll( sign => 0 );
 
-$::VERSION = $required_svn;
-die << "." unless eval {require SVN::Core; SVN::Core->VERSION >= main->VERSION };
-===> Warning: SVN::Core missing or outdated.
-Please manually install SVN::Core by compiling Subversion
-(version $required_svn or above) with SWIG/Perl bindings,
-and try this installation process again.
-.