archrelease: copy trunk to extra-x86_64
[arch-packages.git] / perl-dbd-sqlite / trunk / libsqlite.patch
blobd9eca277a3a03ab398f036c3d96739c157060385
1 --- Makefile.PL.orig 2018-12-19 20:08:13.433144871 +0100
2 +++ Makefile.PL 2018-12-19 20:07:37.546242667 +0100
3 @@ -129,7 +129,7 @@
4 # a system sqlite is also sophisticated enough to have a patching system
5 # that can change the if ( 0 ) to if ( 1 )
6 my ($sqlite_local, $sqlite_base, $sqlite_lib, $sqlite_inc);
7 -if ( 0 ) {
8 +if ( 1 ) {
9 require File::Spec;
10 if ( $sqlite_base = (grep(/SQLITE_LOCATION=.*/, @ARGV))[0] ) {
11 $sqlite_base =~ /=(.*)/;